Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
And I forgot to update the paths in 6b again. Facepalm.
  • Loading branch information
razterizer authored Sep 19, 2024
1 parent 0309b20 commit 5690d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
run: |
ls $env:GITHUB_WORKSPACE
ls $env:GITHUB_WORKSPACE/..
ls $env:GITHUB_WORKSPACE/../lib/3rdparty/include
ls $env:GITHUB_WORKSPACE/../lib/3rdparty/include/OpenAL_Soft
ls $env:GITHUB_WORKSPACE/../lib/3rdparty/lib
ls $env:GITHUB_WORKSPACE/../3rdparty/include
ls $env:GITHUB_WORKSPACE/../3rdparty/include/OpenAL_Soft
ls $env:GITHUB_WORKSPACE/../3rdparty/lib
# Step 7: Fix step for libsndfile (if needed)

Expand Down

0 comments on commit 5690d45

Please sign in to comment.