Update build.yml

This commit is contained in:
Jay Lee
2022-05-21 14:40:46 -04:00
committed by GitHub
parent f27b37d21a
commit fac32f95d8

View File

@ -488,7 +488,7 @@ jobs:
- name: Linux Make Static - name: Linux Make Static
if: runner.os == 'Linux' && runner.arch == 'X64' && matrix.goal != 'test' if: runner.os == 'Linux' && runner.arch == 'X64' && matrix.goal != 'test'
run: | run: |
$PYTHON -m staticx "${gam}" "${gam}-staticx" $PYTHON -m staticx --debug "${gam}" "${gam}-staticx"
- name: Linux Run StaticX-ed - name: Linux Run StaticX-ed
if: runner.os == 'Linux' && runner.arch == 'X64' && matrix.goal != 'test' if: runner.os == 'Linux' && runner.arch == 'X64' && matrix.goal != 'test'