Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
Hopefully fixes 3rdparty paths.
  • Loading branch information
razterizer authored Sep 14, 2024
1 parent 73e33d4 commit c5df258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
# Step 3: Create 3rdparty directories
- name: Create 3rdparty directories
run: |
mkdir -p ${{ github.workspace }}/lib/3rdparty/include/OpenAL_Soft
mkdir -p ${{ github.workspace }}/lib/3rdparty/lib
mkdir -p ${{ github.workspace }}/../3rdparty/include/OpenAL_Soft
mkdir -p ${{ github.workspace }}/../3rdparty/lib
# Step 4: Download OpenAL Soft
- name: Download OpenAL Soft
Expand Down

0 comments on commit c5df258

Please sign in to comment.