diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc2be4..d79dfce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Prepare Windows runner if: runner.os == 'Windows' run: | - ln -s "${{ github.workspace }}\external\SFML\extlibs" "${{ github.workspace }}\extlibs" + cp -r "${{ github.workspace }}\external\SFML\extlibs" "${{ github.workspace }}\extlibs" - name: Configure CMake run: |