Skip to content

Commit

Permalink
Do not apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed May 19, 2023
1 parent b8dd0a7 commit e9257e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/linux3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/linux4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9257e2

Please sign in to comment.