diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bffb1aec3..5bba8fa43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,6 +92,8 @@ jobs: gomobile init go mod tidy -v gomobile bind -trimpath -buildvcs=false -v -androidapi 21 -ldflags='-s -w -buildid=' ./ + env: + NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} - name: Save libv2ray if: steps.cache-libv2ray-restore.outputs.cache-hit != 'true'