Skip to content

Commit

Permalink
Revert migration to actions-rust-lang/setup-rust-toolchain.
Browse files Browse the repository at this point in the history
It doesn't support override and always use rust-toolchain vesion.
  • Loading branch information
yorik committed Sep 29, 2023
1 parent a4ae431 commit ee3edad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-prover-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
node-version: '18.18.0'

- name: Install Rust nightly-2023-07-21
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-21
override: true

- name: Setup environment
run: |
Expand Down

0 comments on commit ee3edad

Please sign in to comment.