Skip to content

Commit 157f0bd

Browse files
committed
Add UPX to GitHub test-workflow
1 parent 3ed0b28 commit 157f0bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
run: |
2525
sudo apt-get update -y
2626
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
2733
- name: Install goversioninfo
2834
shell: bash
2935
run: |

0 commit comments

Comments
 (0)