Skip to content

Commit ba5fd04

Browse files
committed
Install Rust toolchain used by VeriFast
1 parent e9c244e commit ba5fd04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verifast.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
echo '51bebf990f31666abcd3675000e7714ef79b417390e930953ef25383e8d59421 verifast-24.12-linux.tar.gz' | shasum -a 256 -c
3232
tar xf verifast-24.12-linux.tar.gz
3333
34+
- name: Install the Rust toolchain used by VeriFast
35+
run: rustup toolchain install nightly-2024-11-24
36+
3437
- name: Run VeriFast Verification
3538
run: |
3639
export PATH=~/verifast-24.12/bin:$PATH

0 commit comments

Comments
 (0)