Skip to content

Commit

Permalink
chore: print out dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jul 28, 2023
1 parent 548fdb2 commit 4f351fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ jobs:
- name: Run noir-wasm-testing program
run: |
ls -l
ls -l ./nargo
ls -l ./nargo/bin
chmod +x ./nargo/bin/nargo
./nargo/bin/nargo -p "./noir-wasm-testing/src/noir-script" compile noir-wasm-testing
Expand Down

0 comments on commit 4f351fa

Please sign in to comment.