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 a99f5ab commit c045a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Prepare Windows runner
if: runner.os == 'Windows'
run: |
ln -s "${{ github.workspace }}/external/SFML/extlibs" "${{ github.workspace }}/extlibs"
ln -s "${{ github.workspace }}\external\SFML\extlibs" "${{ github.workspace }}\extlibs"
- name: Configure CMake
run: |
Expand Down

0 comments on commit c045a3d

Please sign in to comment.