From 419645b8c7ae76ca8ff29c4fb058a381d416cef8 Mon Sep 17 00:00:00 2001 From: starg2 <75976488+starg2@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:03:37 +0900 Subject: [PATCH] Skip patching --- .github/workflows/all.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 86c72e5..d3371e6 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -106,10 +106,6 @@ jobs: ref: custom path: mingw-builds - - name: Patch build scripts (mingw-builds.patch) - run: git apply $GITHUB_WORKSPACE/mingw64-builds-GHA/build-patch/mingw-builds.patch - working-directory: mingw-builds - - name: Install host toolchain (i686) if: ${{ matrix.arch == 'i686' || matrix.exceptions == 'sjlj' }} run: |