We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a943a commit 7857f4fCopy full SHA for 7857f4f
action.yml
@@ -33,11 +33,7 @@ runs:
33
- name: Install Rust
34
uses: actions-rs/[email protected]
35
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
+ toolchain: stable
41
42
- name: Install Kani
43
shell: bash
0 commit comments