Skip to content

Commit

Permalink
remove patch
Browse files Browse the repository at this point in the history
remove patch
  • Loading branch information
alphax-hue3682 authored Jan 18, 2025
1 parent 9e3b920 commit 335fd2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 335fd2d

Please sign in to comment.