remove patch (#4279)

remove patch
This commit is contained in:
alphax-hue3682
2025-01-19 14:06:46 +03:30
committed by GitHub
parent 9e3b92014a
commit c3786d434e

View File

@@ -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: |