Skip to content

Commit

Permalink
Install stable rust toolchain (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Feb 15, 2023
1 parent 52a943a commit 7857f4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ runs:
- name: Install Rust
uses: actions-rs/[email protected]
with:
# From https://github.com/model-checking/kani/blob/kani-0.21.0/rust-toolchain.toml
# Should be updated every time we update the version to keep in sync.
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
toolchain: nightly-2022-12-11
override: true
toolchain: stable

- name: Install Kani
shell: bash
Expand Down

0 comments on commit 7857f4f

Please sign in to comment.