Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
Trying something more windowsy for unzipping the zip-file with.
  • Loading branch information
razterizer authored Sep 14, 2024
1 parent 91f5a7d commit 73066c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
# Step 5: Unzip OpenAL Soft
- name: Unzip OpenAL Soft
run: |
sudo apt-get install unzip
unzip openal-soft.zip -d openal-soft
Expand-Archive -Path openal-soft.zip -DestinationPath openal-soft

0 comments on commit 73066c8

Please sign in to comment.