We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ac678 commit 638f08fCopy full SHA for 638f08f
.github/workflows/build.yml
@@ -53,7 +53,6 @@ jobs:
53
[ -z "$AMD64_DEB" ] && exit 2
54
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_DEB
55
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$ALL_DEB
56
- wget -nv http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.38-1ubuntu6_amd64.deb
57
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
58
- name: Set up GCC
59
if: steps.check_version.outputs.skip_build == 'False'
0 commit comments