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 c3456ba commit e68870aCopy full SHA for e68870a
action.yml
@@ -26,6 +26,15 @@ inputs:
26
runs:
27
using: "composite"
28
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
+
38
- name: Install Kani
39
shell: bash
40
run: |
0 commit comments