Skip to content

Commit

Permalink
Use stable version to install Kani
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Jan 10, 2024
1 parent b18bb99 commit 5657956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
shell: bash
run: |
export KANI_VERSION="0.38.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo +stable install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
- name: Send warning about move to v1
Expand Down

0 comments on commit 5657956

Please sign in to comment.