Skip to content

Commit 161e023

Browse files
committed
Install UPX
1 parent ddc4d8f commit 161e023

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- name: Install brew packages
6060
if: matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel'
6161
run: brew install coreutils
62+
- name: Install UPX
63+
uses: crazy-max/ghaction-upx@v3
64+
with:
65+
install-only: true
6266
- name: Checkout the Git repository
6367
uses: actions/checkout@v4
6468
- name: ccache

0 commit comments

Comments
 (0)