Skip to content

Commit

Permalink
remove upx on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed May 14, 2024
1 parent 5ca47cb commit edefe58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
- name: Build
run: go build -v .

- name: Run UPX
uses: crazy-max/ghaction-upx@v3
with:
files: goqoa.exe

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

Expand Down

0 comments on commit edefe58

Please sign in to comment.