Skip to content

Commit

Permalink
Add bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Oct 5, 2023
1 parent b00750a commit d8fd684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ runs:
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
- name: Send deprecated warning
- name: Send warning about move to v1
shell: bash
run: |
echo "::warning::We will be moving to v1, which will install the latest version of Kani by default. Please be aware that version 0.38 will be the final release where the version of Kani matches the version of Kani Github Action."
Expand Down

0 comments on commit d8fd684

Please sign in to comment.