We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc4d8f commit 5b3ee2eCopy full SHA for 5b3ee2e
1 file changed
.github/workflows/main.yml
@@ -54,11 +54,15 @@ jobs:
54
uses: awalsh128/cache-apt-pkgs-action@latest
55
with:
56
execute_install_scripts: true
57
- packages: libfuse-dev
+ packages: libfuse-dev upx-ucl
58
version: 1.0
59
+ - name: Install windows packages
60
+ if: matrix.os == 'windows-latest'
61
+ run: |
62
+ winget install -e --id UPX.UPX --disable-interactivity --accept-source-agreements --accept-package-agreements
63
- name: Install brew packages
64
if: matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel'
- run: brew install coreutils
65
+ run: brew install coreutils upx
66
- name: Checkout the Git repository
67
uses: actions/checkout@v4
68
- name: ccache
0 commit comments