diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5ab9b0bf29..ea3051a776 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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