Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Oct 10, 2023
1 parent 2a3d487 commit 6a5b2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
# This doesn’t play well with our build configuration.
- name: Prepare Windows runner
if: runner.os == 'Windows'
shell: pwsh
run: |
cp -r "${{ github.workspace }}\external\SFML\extlibs" "${{ github.workspace }}\extlibs"
New-Item -Type Directory extlibs
Copy-Item -Recurse "${{ github.workspace }}/external/SFML/extlibs/libs-msvc-universal" "${{ github.workspace }}/extlibs/"
- name: Configure CMake
run: |
Expand Down

0 comments on commit 6a5b2d5

Please sign in to comment.