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 e9c244e commit ba5fd04Copy full SHA for ba5fd04
.github/workflows/verifast.yml
@@ -31,6 +31,9 @@ jobs:
31
echo '51bebf990f31666abcd3675000e7714ef79b417390e930953ef25383e8d59421 verifast-24.12-linux.tar.gz' | shasum -a 256 -c
32
tar xf verifast-24.12-linux.tar.gz
33
34
+ - name: Install the Rust toolchain used by VeriFast
35
+ run: rustup toolchain install nightly-2024-11-24
36
+
37
- name: Run VeriFast Verification
38
run: |
39
export PATH=~/verifast-24.12/bin:$PATH
0 commit comments