Skip to content

Commit

Permalink
Check path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent f9c240f commit f898c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Checkout Library
uses: actions/checkout@v4
with:
path: verify-rust-std
path: head
submodules: true

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

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

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

- name: Run rustc script
run: bash ./head/scripts/check_rustc.sh ./head

0 comments on commit f898c50

Please sign in to comment.