mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-04-11 17:53:36 +00:00
Remove dependence not needed
This commit is contained in:
parent
a5ac6789a7
commit
638f08f848
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -53,7 +53,6 @@ jobs:
|
|||||||
[ -z "$AMD64_DEB" ] && exit 2
|
[ -z "$AMD64_DEB" ] && exit 2
|
||||||
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_DEB
|
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_DEB
|
||||||
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$ALL_DEB
|
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$ALL_DEB
|
||||||
wget -nv http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.38-1ubuntu6_amd64.deb
|
|
||||||
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
|
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
|
||||||
- name: Set up GCC
|
- name: Set up GCC
|
||||||
if: steps.check_version.outputs.skip_build == 'False'
|
if: steps.check_version.outputs.skip_build == 'False'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user