From e9257e2b6a47a9dd9bc130ebe820f216b099ae48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Fri, 19 May 2023 07:20:15 +0200 Subject: [PATCH] Do not apply patch --- .github/workflows/linux3x.yml | 8 -------- .github/workflows/linux4.yml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/.github/workflows/linux3x.yml b/.github/workflows/linux3x.yml index 78dc926..0556103 100644 --- a/.github/workflows/linux3x.yml +++ b/.github/workflows/linux3x.yml @@ -160,14 +160,6 @@ jobs: - name: Setup python and scons uses: ./.github/actions/godot-deps - - name: Apply Patch with with Variant Tester - run: | - ls - cd godot - wget https://patch-diff.githubusercontent.com/raw/godotengine/godot/pull/52075.patch -O 3x.patch - git apply 3x.patch - cd .. - - name: Compilation run: | ls diff --git a/.github/workflows/linux4.yml b/.github/workflows/linux4.yml index 311a991..1efb0ed 100644 --- a/.github/workflows/linux4.yml +++ b/.github/workflows/linux4.yml @@ -173,14 +173,6 @@ jobs: - name: Setup python and scons uses: ./.github/actions/godot-deps - - name: Apply Patch with with Variant Tester - run: | - ls - cd godot - wget https://patch-diff.githubusercontent.com/raw/godotengine/godot/pull/49053.patch -O 4.patch - git apply 4.patch - cd .. - - name: Compilation run: | ls