Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent f898c50 commit 139b394
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 @@ -34,8 +34,5 @@ jobs:
path: head
submodules: true

- name: Run ls
run: ls ${{github.workspace}}/head

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

- name: Run ls
run: ls ${{ github.workspace }}/head

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

0 comments on commit 139b394

Please sign in to comment.