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

0 comments on commit a99f5ab

Please sign in to comment.