mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-04 00:23:43 +08:00
action: add GOTOOLCHAIN=local
to env
This commit is contained in:
parent
fd205bfa8d
commit
bb554e89d9
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -155,6 +155,7 @@ jobs:
|
||||
echo "BUILDTIME=$(date)" >> $GITHUB_ENV
|
||||
echo "CGO_ENABLED=0" >> $GITHUB_ENV
|
||||
echo "BUILDTAG=-extldflags --static" >> $GITHUB_ENV
|
||||
echo "GOTOOLCHAIN=local" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup NDK
|
||||
if: ${{ matrix.jobs.goos == 'android' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user