Skip to content

Commit

Permalink
Revert changes to linux build command
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed Mar 2, 2024
1 parent 1200219 commit bbecfcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ jobs:
sudo apt-get install -y libasound2-dev libmp3lame-dev
- name: Build
run: |
go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -o goqoa-linux -v .
upx --brute goqoa-linux
run: go build -o goqoa-linux -v .

- name: Go Test
run: go test -v ./...
Expand Down

0 comments on commit bbecfcd

Please sign in to comment.