Skip to content

Commit

Permalink
Update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed May 9, 2024
1 parent 17bd713 commit f2771ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened, reopened]

env:
CICOLOR_FORCE: true
CICOLOR_FORCE: 1
CARGO_TERM_COLOR: always

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
CICOLOR_FORCE: true
CICOLOR_FORCE: 1
CARGO_TERM_COLOR: always

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*.*.*'

env:
CICOLOR_FORCE: true
CICOLOR_FORCE: 1
CARGO_TERM_COLOR: always

jobs:
Expand Down

0 comments on commit f2771ae

Please sign in to comment.