mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-12-18 06:19:46 +08:00
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user