mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -567,7 +567,7 @@ jobs:
|
|||||||
if [[ "${staticx}" == "yes" ]]; then
|
if [[ "${staticx}" == "yes" ]]; then
|
||||||
libver="legacy"
|
libver="legacy"
|
||||||
else
|
else
|
||||||
libver="glibc-$(ldd --version | awk '/ldd/{print $NF}')"
|
libver="glibc$(ldd --version | awk '/ldd/{print $NF}')"
|
||||||
fi
|
fi
|
||||||
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-$libver}.tar.xz"
|
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-$libver}.tar.xz"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user