Skip to content

Commit 7857f4f

Browse files
authored
Install stable rust toolchain (#26)
1 parent 52a943a commit 7857f4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ runs:
3333
- name: Install Rust
3434
uses: actions-rs/[email protected]
3535
with:
36-
# From https://github.com/model-checking/kani/blob/kani-0.21.0/rust-toolchain.toml
37-
# Should be updated every time we update the version to keep in sync.
38-
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
39-
toolchain: nightly-2022-12-11
40-
override: true
36+
toolchain: stable
4137

4238
- name: Install Kani
4339
shell: bash

0 commit comments

Comments
 (0)