Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
Debugging.
  • Loading branch information
razterizer authored Sep 14, 2024
1 parent eef2f02 commit 65bf738
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
Expand-Archive -Path $env:GITHUB_WORKSPACE\..\openal-soft.zip -DestinationPath $env:GITHUB_WORKSPACE\..
# Step to list the directory structure of OpenAL Soft after unzipping
- name: List contents of openal-soft directory
run: |
Get-ChildItem -Recurse $env:GITHUB_WORKSPACE\..\openal-soft
# Step 6: Copy OpenAL Soft files to 3rdparty directories
- name: Copy OpenAL Soft files
run: |
Expand Down

0 comments on commit 65bf738

Please sign in to comment.