Skip to content

Commit

Permalink
ci: print pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 31, 2024
1 parent a2d0765 commit f3014a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ jobs:
persist-credentials: false
fetch-depth: 0

- run: ls

- run: echo $pwd

- name: Clean up previous binaires
continue-on-error: true
run: rm -r -force qob/${{ matrix.target }}.${{ env._EXT }}
Expand Down

0 comments on commit f3014a4

Please sign in to comment.