Skip to content

Commit b147798

Browse files
committed
fix:不设置GOFLAGS
1 parent 9afdde6 commit b147798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
env:
102102
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
103103
GOPRIVATE: github.com/oneclickvirt/security
104-
GOFLAGS: "-ldflags=-s -w -checklinkname=0"
105104
run: |
106105
fyne package --os android --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}" --release
107106
if [ -f *.apk ]; then
@@ -118,7 +117,6 @@ jobs:
118117
env:
119118
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
120119
GOPRIVATE: github.com/oneclickvirt/security
121-
GOFLAGS: "-ldflags=-s -w -checklinkname=0"
122120
run: |
123121
fyne package --os android/amd64 --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}" --release
124122
if [ -f *.apk ]; then

0 commit comments

Comments
 (0)