From cbd368e3a68a994723769f951aa5188d77753394 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Apr 2025 10:37:56 -0400 Subject: [PATCH] actions: install staticx from github main repo --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c84bef63..2c95fc39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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