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 14, 2024
1 parent cb6091b commit be870a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
- name: Unzip OpenAL Soft
run: |
Expand-Archive -Path $env:GITHUB_WORKSPACE\..\openal-soft.zip -DestinationPath $env:GITHUB_WORKSPACE\..
# Step 6: List contents of source directories to verify files
- name: List contents of OpenAL Soft directories
run: |
Get-ChildItem -Recurse $env:GITHUB_WORKSPACE\..\openal-soft-1.23.1-bin\include
Get-ChildItem -Recurse $env:GITHUB_WORKSPACE\..\openal-soft-1.23.1-bin\libs
# Step 6: Copy OpenAL Soft files to 3rdparty directories
- name: Copy OpenAL Soft files
Expand Down

0 comments on commit be870a9

Please sign in to comment.