We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed0b28 commit 157f0bdCopy full SHA for 157f0bd
.github/workflows/test.yml
@@ -24,6 +24,12 @@ jobs:
24
run: |
25
sudo apt-get update -y
26
sudo apt-get install -y libgtk-3-dev
27
+ - name: Install UPX (Linux)
28
+ if: matrix.platform == 'ubuntu-18.04'
29
+ run: sudo apt-get update && sudo apt-get install upx-ucl
30
+ - name: Install UPX (Windows)
31
+ if: matrix.platform == 'windows-2019'
32
+ run: choco install upx -y
33
- name: Install goversioninfo
34
shell: bash
35
0 commit comments