Skip to content

Commit

Permalink
Try with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent 038f91f commit f35e6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
submodules: true

- name: Run Kani Script
run: ${{ github.workspace }}/scripts/check_kani.sh ./verify-rust-std/
run: bash ${{ github.workspace }}/scripts/check_kani.sh ./verify-rust-std/
2 changes: 1 addition & 1 deletion .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
path: head

- name: Run rustc script
run: ${{ github.workspace }}/scripts/check_rustc.sh ./head
run: bash ${{ github.workspace }}/scripts/check_rustc.sh ./head

0 comments on commit f35e6fa

Please sign in to comment.