From 99d48b193939e4fbabba7c4ceb56b403d8cef488 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 5 Oct 2021 16:49:36 -0400 Subject: [PATCH] Update linux-before-install.sh --- .github/actions/linux-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/linux-before-install.sh b/.github/actions/linux-before-install.sh index b301f12c..396059ad 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}" == "ubuntu18" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then + if ([ "${ImageOS}" == "ubuntu20" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then echo "Installing deps for StaticX..." if [ ! -d patchelf-$PATCHELF_VERSION ]; then echo "Downloading PatchELF $PATCHELF_VERSION"