From c3786d434eb4aff1d611a20481ea2f32ef09e824 Mon Sep 17 00:00:00 2001 From: alphax-hue3682 <191818854+alphax-hue3682@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:06:46 +0330 Subject: [PATCH] remove patch (#4279) remove patch --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbcf4188..1aa753f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,13 +97,6 @@ jobs: with: go-version-file: 'AndroidLibXrayLite/go.mod' - - name: Patch Go use 600296 - if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true' - #https://go-review.googlesource.com/c/go/+/600296 - run: | - cd "$(go env GOROOT)" - curl "https://go-review.googlesource.com/changes/go~600296/revisions/5/patch" | base64 -d | patch --verbose -p 1 - - name: Build libhysteria2 if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true' run: |