Skip to content

Commit

Permalink
Try with path expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent 3a00b2a commit 40bead9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ jobs:
path: verify-rust-std
submodules: true

- name: Run ls to debug
run: ls

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

- name: Run ls to debug
run: ls

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

0 comments on commit 40bead9

Please sign in to comment.