mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 13:13:34 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -488,7 +488,7 @@ jobs:
|
||||
- name: Linux Make Static
|
||||
if: runner.os == 'Linux' && runner.arch == 'X64' && matrix.goal != 'test'
|
||||
run: |
|
||||
$PYTHON -m staticx "${gam}" "${gam}-staticx"
|
||||
$PYTHON -m staticx --debug "${gam}" "${gam}-staticx"
|
||||
|
||||
- name: Linux Run StaticX-ed
|
||||
if: runner.os == 'Linux' && runner.arch == 'X64' && matrix.goal != 'test'
|
||||
|
Reference in New Issue
Block a user