File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
30
30
- name : Install VeriFast
31
31
run : |
32
32
cd ~
33
- curl -OL https://github.com/verifast/verifast/releases/download/25.02 /verifast-25.02 -linux.tar.gz
34
- # https://github.com/verifast/verifast/attestations/4911733
35
- echo '5d5c87d11b3d735f44c3f0ca52aebc89e3c4d1119d98ef25188d07cb57ad65e8 verifast-25.02 -linux.tar.gz' | shasum -a 256 -c
36
- tar xf verifast-25.02 -linux.tar.gz
33
+ curl -OL https://github.com/verifast/verifast/releases/download/25.07 /verifast-25.07 -linux.tar.gz
34
+ # https://github.com/verifast/verifast/attestations/8998468
35
+ echo '48d2c53b4a6e4ba6bf03bd6303dbd92a02bfb896253c06266b29739c78bad23b verifast-25.07 -linux.tar.gz' | shasum -a 256 -c
36
+ tar xf verifast-25.07 -linux.tar.gz
37
37
38
38
- name : Install the Rust toolchain used by VeriFast
39
- run : rustup toolchain install nightly-2024-11-23
39
+ run : rustup toolchain install nightly-2025-04-09
40
40
41
41
- name : Run VeriFast Verification
42
42
run : |
43
- export PATH=~/verifast-25.02 /bin:$PATH
43
+ export PATH=~/verifast-25.07 /bin:$PATH
44
44
cd verifast-proofs
45
45
bash check-verifast-proofs-negative.sh
Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
27
27
- name : Install VeriFast
28
28
run : |
29
29
cd ~
30
- curl -OL https://github.com/verifast/verifast/releases/download/25.02 /verifast-25.02 -linux.tar.gz
31
- # https://github.com/verifast/verifast/attestations/4911733
32
- echo '5d5c87d11b3d735f44c3f0ca52aebc89e3c4d1119d98ef25188d07cb57ad65e8 verifast-25.02 -linux.tar.gz' | shasum -a 256 -c
33
- tar xf verifast-25.02 -linux.tar.gz
30
+ curl -OL https://github.com/verifast/verifast/releases/download/25.07 /verifast-25.07 -linux.tar.gz
31
+ # https://github.com/verifast/verifast/attestations/8998468
32
+ echo '48d2c53b4a6e4ba6bf03bd6303dbd92a02bfb896253c06266b29739c78bad23b verifast-25.07 -linux.tar.gz' | shasum -a 256 -c
33
+ tar xf verifast-25.07 -linux.tar.gz
34
34
35
35
- name : Install the Rust toolchain used by VeriFast
36
- run : rustup toolchain install nightly-2024-11-23
36
+ run : rustup toolchain install nightly-2025-04-09
37
37
38
38
- name : Run VeriFast Verification
39
39
run : |
40
- export PATH=~/verifast-25.02 /bin:$PATH
40
+ export PATH=~/verifast-25.07 /bin:$PATH
41
41
cd verifast-proofs
42
42
bash check-verifast-proofs.sh
43
43
You can’t perform that action at this time.
0 commit comments