We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b801f commit 5515981Copy full SHA for 5515981
.github/workflows/ts_release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build Web and Docs
35
if: matrix.group == 'standard'
36
run: |
37
- go run gen_web.go
+ GO111MODULE=off go run gen_web.go
38
cd server && ~/go/bin/swag init -g web/server.go
39
40
- name: Build Standard Platforms
@@ -72,7 +72,7 @@ jobs:
72
- name: Build Android (Go 1.25)
73
if: matrix.group == 'android'
74
75
76
LDFLAGS="-s -w -checklinkname=0"
77
mkdir -p dist
78
export NDK_TOOLCHAIN="$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64"
0 commit comments