Skip to content

Commit

Permalink
release: install UPX
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Aug 2, 2023
1 parent 5a91508 commit 9cfffb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: install deps
run: |
choco install upx
- name: build32
run: |
mkdir build32
Expand Down

0 comments on commit 9cfffb0

Please sign in to comment.