Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
Try try again.
  • Loading branch information
razterizer authored Sep 14, 2024
1 parent 45048a3 commit 6bd7107
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 @@ -43,9 +43,9 @@ jobs:
# Step 6: Copy OpenAL Soft files
- name: Copy OpenAL Soft files
run: |
Copy-Item -Path openal-soft\include\AL\* -Destination $env:GITHUB_WORKSPACE\..\..\3rdparty\include\OpenAL_Soft\ -Force
Copy-Item -Path openal-soft\bin\Win64\OpenAL32.dll -Destination $env:GITHUB_WORKSPACE\..\..\3rdparty\lib\ -Force
Copy-Item -Path openal-soft\lib\Win64\OpenAL32.lib -Destination $env:GITHUB_WORKSPACE\..\..\3rdparty\lib\ -Force
Copy-Item -Path openal-soft\include\AL\* -Destination $env:GITHUB_WORKSPACE\..\..\..\..\3rdparty\include\OpenAL_Soft\ -Force
Copy-Item -Path openal-soft\bin\Win64\OpenAL32.dll -Destination $env:GITHUB_WORKSPACE\..\..\..\..\3rdparty\lib\ -Force
Copy-Item -Path openal-soft\lib\Win64\OpenAL32.lib -Destination $env:GITHUB_WORKSPACE\..\..\..\..\3rdparty\lib\ -Force
# Step 7: Fix step for libsndfile (if needed)

Expand Down

0 comments on commit 6bd7107

Please sign in to comment.