Skip to content

Commit

Permalink
Do not strip on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Oct 26, 2020
1 parent be2e8cb commit 093d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- os: macos-latest
file: yeet-osx-amd64
args: --best
strip: true
strip: false
cgo: 1
steps:

Expand Down

0 comments on commit 093d764

Please sign in to comment.