From f5a5d72cc4a107b7f9e5287570faa0e48040b97c Mon Sep 17 00:00:00 2001 From: bloeys Date: Sun, 15 Sep 2024 18:48:20 +0400 Subject: [PATCH] Working mac arm+mac x86+windows x86 builds --- .github/workflows/build-nmage.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-nmage.yml b/.github/workflows/build-nmage.yml index 3c52f2d..616af3d 100755 --- a/.github/workflows/build-nmage.yml +++ b/.github/workflows/build-nmage.yml @@ -23,13 +23,9 @@ jobs: - name: Download and setup SDL2 run: | - $env:path 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:\mingw64" - dir "C:\mingw64\bin" Copy-Item -Path "SDL2\SDL2-2.30.7\x86_64-w64-mingw32" -Destination "C:\mingw64" -Recurse -Force - dir "C:\mingw64\x86_64-w64-mingw32" - name: Clone nmage run: git clone https://github.com/bloeys/nmage