Skip to content

Commit

Permalink
[skip ci] resolve GitHub Action CI build failure: error: package `col…
Browse files Browse the repository at this point in the history
…ored v2.1.0` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.69.0
  • Loading branch information
bhamail committed Dec 11, 2023
1 parent 7dc167b commit e40c160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: rust:1.69
image: rust:1.74
env:
SLACK_ACCESS_TOKEN:
SLACK_DEFAULT_CHANNEL:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: rust:1.69
image: rust:1.74
needs:
- build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: rust:1.69
image: rust:1.74
env:
SLACK_ACCESS_TOKEN:
SLACK_DEFAULT_CHANNEL:
Expand Down

0 comments on commit e40c160

Please sign in to comment.