From cc7e257a80fd1858924b8617b7b1d8ee3e6d0a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Mon, 9 Oct 2023 21:22:00 -0400 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b41fb1..5d11878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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