mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-06 01:23:38 +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: |
|
run: |
|
||||||
echo "TAGS=with_gvisor,with_lwip" >> $GITHUB_ENV
|
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 "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
|
shell: bash
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user