From 2a3d487264ba414343db970a865e97efb47f6057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Mon, 9 Oct 2023 21:31:01 -0400 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |