Skip to content

Commit

Permalink
update risc0 and toolchain in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Mar 21, 2024
1 parent 9797774 commit 7c77acf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
env:
CARGO_TERM_COLOR: always
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_VERSION: 0.20.1
RISC0_TOOLCHAIN_VERSION: test-release-2
RISC0_VERSION: 0.21.0
RISC0_TOOLCHAIN_VERSION: v2024-02-08.1

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -24,8 +24,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: risc0/risc0/.github/actions/rustup@release-0.19
- uses: risc0/risc0/.github/actions/sccache@release-0.19
- uses: risc0/risc0/.github/actions/rustup@release-0.21
- uses: risc0/risc0/.github/actions/sccache@release-0.21
- uses: risc0/cargo-install@v1
with:
crate: cargo-binstall
Expand All @@ -39,8 +39,8 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: risc0/risc0/.github/actions/rustup@release-0.19
- uses: risc0/risc0/.github/actions/sccache@release-0.19
- uses: risc0/risc0/.github/actions/rustup@release-0.21
- uses: risc0/risc0/.github/actions/sccache@release-0.21
- uses: risc0/clippy-action@main
with:
reporter: 'github-pr-check'
Expand All @@ -53,5 +53,5 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: risc0/risc0/.github/actions/rustup@release-0.19
- uses: risc0/risc0/.github/actions/rustup@release-0.21
- run: cargo fmt --all --check

0 comments on commit 7c77acf

Please sign in to comment.