Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer authored Sep 15, 2024
1 parent a54bac7 commit b77666b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
# Step 6b: List contents of 3rdparty includes.
- name: List 3rdparty/include files
# run: ls $env:GITHUB_WORKSPACE\..\3rpdarty\include\OpenAL_Soft
run: ls $env:GITHUB_WORKSPACE
run: |
ls $env:GITHUB_WORKSPACE
ls $env:GITHUB_WORKSPACE/..
# Step 7: Fix step for libsndfile (if needed)

Expand Down

0 comments on commit b77666b

Please sign in to comment.