File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ runs:
2929 - name : Install Rust
3030 uses :
actions-rs/[email protected] 3131 with :
32- # From https://github.com/model-checking/kani/blob/kani-0.13 .0/rust-toolchain.toml
32+ # From https://github.com/model-checking/kani/blob/kani-0.14 .0/rust-toolchain.toml
3333 # Should be updated every time we update the version to keep in sync.
3434 # This should be automated https://github.com/model-checking/kani-github-action/issues/9
35- toolchain : nightly-2022-10-11
35+ toolchain : nightly-2022-10-24
3636 override : true
3737
3838 - name : Install Kani
3939 shell : bash
4040 run : |
41- export KANI_VERSION="0.13 .0";
41+ export KANI_VERSION="0.14 .0";
4242 cargo install --version $KANI_VERSION --locked kani-verifier;
4343 cargo-kani setup;
4444
4545 - name : Run Kani
4646 shell : bash
47- run : |
47+ run : |
4848 cd ${{ inputs.working-directory }};
4949 ${{ inputs.command }} ${{ inputs.args }}
5050
You can’t perform that action at this time.
0 commit comments