Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
Adding back unzipping step.
  • Loading branch information
razterizer authored Sep 14, 2024
1 parent f341bfb commit 91f5a7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
# Step 4: Download OpenAL Soft
- name: Download OpenAL Soft
run: curl -L https://www.openal-soft.org/openal-binaries/openal-soft-1.23.1-bin.zip -o openal-soft.zip

# Step 5: Unzip OpenAL Soft
- name: Unzip OpenAL Soft
run: |
sudo apt-get install unzip
unzip openal-soft.zip -d openal-soft

0 comments on commit 91f5a7d

Please sign in to comment.