We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc4d8f commit 161e023Copy full SHA for 161e023
1 file changed
.github/workflows/main.yml
@@ -59,6 +59,10 @@ jobs:
59
- name: Install brew packages
60
if: matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel'
61
run: brew install coreutils
62
+ - name: Install UPX
63
+ uses: crazy-max/ghaction-upx@v3
64
+ with:
65
+ install-only: true
66
- name: Checkout the Git repository
67
uses: actions/checkout@v4
68
- name: ccache
0 commit comments