From 372d9ae6b7f7682e2ca4ca0eb7934375df0d2115 Mon Sep 17 00:00:00 2001 From: bloeys Date: Sun, 15 Sep 2024 18:25:18 +0400 Subject: [PATCH] Test --- .github/workflows/build-nmage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-nmage.yml b/.github/workflows/build-nmage.yml index f685660..9ae7afe 100755 --- a/.github/workflows/build-nmage.yml +++ b/.github/workflows/build-nmage.yml @@ -25,7 +25,10 @@ jobs: run: | Invoke-WebRequest -Uri "https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-devel-2.30.7-mingw.zip" -OutFile "SDL2.zip" Expand-Archive -Path "SDL2.zip" -DestinationPath "SDL2" + dir "C:\msys64\mingw64" Copy-Item -Path "SDL2\SDL2-2.30.7\x86_64-w64-mingw32" -Destination "C:\msys64\mingw64" -Recurse -Force + dir "C:\msys64\mingw64" + dir "C:\msys64\mingw64\x86_64-w64-mingw32"" - name: Clone nmage run: git clone https://github.com/bloeys/nmage