Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYi0526 authored Dec 3, 2023
1 parent dd37172 commit 37f3307
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,16 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.19
- name: Install Gomobile
if: steps.cache.outputs.cache-hit != 'true'
run: |
go install golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gobind@latest
go get golang.org/x/mobile/cmd/gobind
go get golang.org/x/mobile/cmd/gomobile
env:
GOPROXY: https://proxy.golang.org,direct
GO111MODULE: "on"
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run libs v2ray
Expand Down

0 comments on commit 37f3307

Please sign in to comment.