Skip to content

Commit

Permalink
ci: fix build v2ray
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Sep 7, 2023
1 parent 1aa76b0 commit ff4b1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
echo "sdk.dir=${ANDROID_HOME}" > local.properties
echo "ndk.dir=${ANDROID_HOME}/ndk/21.4.7075529" >> local.properties
- name: Install Golang
uses: actions/setup-go@v2
uses: actions/setup-go@v4
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.16
Expand Down
2 changes: 1 addition & 1 deletion bin/libs/v2ray/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cd $PROJECT
[ -f v2ray/go.mod ] || git submodule update --init v2ray
cd v2ray
git reset --hard && git clean -fdx
go mod download -x && go get -v golang.org/x/mobile/cmd/... || exit 1
go mod download -x && go get -v golang.org/x/mobile/cmd/...@v0.0.0-20230531173138-3c911d8e3eda || exit 1

1 comment on commit ff4b1b9

@Graveyard9988
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you upgrade v2ray core of nagram please?
Or replace android xraycorelib ?

Please sign in to comment.