mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
action: add GOTOOLCHAIN=local in build.yml
This commit is contained in:
parent
582ac28728
commit
da65f8f935
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -129,6 +129,7 @@ jobs:
|
|||
run: |
|
||||
echo "TAGS=with_gvisor,with_lwip" >> $GITHUB_ENV
|
||||
echo "LDFLAGS=-X 'github.com/metacubex/mihomo/constant.Version=${VERSION}' -X 'github.com/metacubex/mihomo/constant.BuildTime=${BUILDTIME}' -w -s -buildid=" >> $GITHUB_ENV
|
||||
echo "GOTOOLCHAIN=local" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Setup Go
|
||||
|
|
Loading…
Reference in New Issue
Block a user