Skip to content

Commit

Permalink
disable stripping (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan authored Jan 11, 2025
1 parent 6a8fd8f commit d996c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install gomobile
run: |
CGO_ENABLED=0 go install -trimpath -ldflags="-w -s" golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gomobile@latest
export PATH=$PATH:~/go/bin
- name: Setup Android NDK
Expand Down

0 comments on commit d996c70

Please sign in to comment.