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 2cdae92 commit cc7e257
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ 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"
ls "${{ github.workspace }}/external/extlibs"
echo "4"
ls "${{ github.workspace }}/external/SFML/extlibs"
ln -s "${{ github.workspace }}/external/SFML/extlibs" .
- name: Configure CMake
Expand Down

0 comments on commit cc7e257

Please sign in to comment.