action: add GOTOOLCHAIN=local to env

This commit is contained in:
wwqgtxx 2024-08-03 09:12:10 +08:00
parent fd205bfa8d
commit bb554e89d9

View File

@ -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' }}