Skip to content

Commit 638f08f

Browse files
committed
Remove dependence not needed
1 parent a5ac678 commit 638f08f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
[ -z "$AMD64_DEB" ] && exit 2
5454
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_DEB
5555
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
5756
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
5857
- name: Set up GCC
5958
if: steps.check_version.outputs.skip_build == 'False'

0 commit comments

Comments
 (0)