Add UPX
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -19,6 +19,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install UPX
|
||||||
|
uses: crazy-max/ghaction-upx@v2
|
||||||
|
if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-latest'
|
||||||
|
with:
|
||||||
|
install-only: true
|
||||||
|
|
||||||
|
- name: UPX version
|
||||||
|
if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-latest'
|
||||||
|
run: upx --version
|
||||||
|
|
||||||
- name: Setup Python 3.10
|
- name: Setup Python 3.10
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user