diff --git a/.github/actions/linux-before-install.sh b/.github/actions/linux-before-install.sh index 06e555ac..b301f12c 100755 --- a/.github/actions/linux-before-install.sh +++ b/.github/actions/linux-before-install.sh @@ -94,7 +94,7 @@ else python=~/python/bin/python3 pip=~/python/bin/pip3 - if ([ "${ImageOS}" == "ubuntu16" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then + if ([ "${ImageOS}" == "ubuntu18" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then echo "Installing deps for StaticX..." if [ ! -d patchelf-$PATCHELF_VERSION ]; then echo "Downloading PatchELF $PATCHELF_VERSION"