Skip to content

Commit 24eea12

Browse files
author
Remi Delmas
committed
Run rustup to install toolchain
With rustup >1.28.0 instaling the toolchain requires an explicit command
1 parent 7f93979 commit 24eea12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify-std-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Build Kani
5151
working-directory: kani
5252
run: |
53+
rustup toolchain install
5354
cargo build-dev
5455
echo "$(pwd)/scripts" >> $GITHUB_PATH
5556

0 commit comments

Comments
 (0)