Update build.yml

This commit is contained in:
Jay Lee
2023-04-14 19:43:41 -04:00
committed by GitHub
parent c5734beef6
commit 4eb89b187f

View File

@@ -567,7 +567,7 @@ jobs:
if [[ "${staticx}" == "yes" ]]; then
libver="legacy"
else
libver="glibc-$(ldd --version | awk '/ldd/{print $NF}')"
libver="glibc$(ldd --version | awk '/ldd/{print $NF}')"
fi
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-$libver}.tar.xz"
fi