From 0b63320e260326fe37c83f03e6ba8cedf2eccd95 Mon Sep 17 00:00:00 2001 From: GuglioIsStupid Date: Tue, 17 Dec 2024 14:33:44 -0500 Subject: [PATCH] Forgot the yaml exists --- .github/workflows/build.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33283c9..5576f2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,29 +32,6 @@ jobs: name: funkin-rewritten-win64 path: build/win64 - win32: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4.2.2 - - - name: Setup love-11.4-win32 - run: | - curl -L --remote-name https://github.com/love2d/love/releases/download/11.4/love-11.4-win32.zip - unzip love-11.4-win32.zip -d resources/win32 - mv resources/win32/love-11.4-win32 resources/win32/love - - - name: Build - run: | - make win32 - - - name: Upload - uses: actions/upload-artifact@v4 - with: - name: funkin-rewritten-win32 - path: build/win32 - macos: runs-on: ubuntu-latest