Skip to content

Commit e68870a

Browse files
authored
Install updated toolchain to the one from the kani release (#8)
1 parent c3456ba commit e68870a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ inputs:
2626
runs:
2727
using: "composite"
2828
steps:
29+
- name: Install Rust
30+
uses: actions-rs/[email protected]
31+
with:
32+
# From https://github.com/model-checking/kani/blob/kani-0.13.0/rust-toolchain.toml
33+
# Should be updated every time we update the version to keep in sync.
34+
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
35+
toolchain: nightly-2022-10-11
36+
override: true
37+
2938
- name: Install Kani
3039
shell: bash
3140
run: |

0 commit comments

Comments
 (0)