actions: install staticx from github main repo

This commit is contained in:
Jay Lee
2025-04-08 10:37:56 -04:00
committed by GitHub
parent 45db6b5989
commit cbd368e3a6

View File

@@ -607,9 +607,11 @@ jobs:
# arm64 needs to build a wheel and needs scons to build
sudo apt-get -qq --yes install scons
"${PYTHON}" -m pip install --upgrade patchelf-wrapper
"${PYTHON}" -m pip install --upgrade staticx
# "${PYTHON}" -m pip install --upgrade staticx
# install latest github src for staticx
"${PYTHON}" -m pip install --upgrade "git+https://github.com/JonathonReinhart/staticx"
- name: Make StaticX
- name: Make StaticX GAM build
if: matrix.staticx == 'yes'
run: |
case $RUNNER_ARCH in