mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-23 05:55:05 +00:00
Fix GLIBC_2.38 requirement for CI (#335)
This commit is contained in:
parent
f2fc8af7ab
commit
bca1d7eb80
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -3,7 +3,6 @@ name: Build
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
commontasks:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
@ -54,6 +53,7 @@ jobs:
|
||||
[ -z "$AMD64_DEB" ] && exit 2
|
||||
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_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
|
||||
- name: Set up GCC
|
||||
if: steps.check_version.outputs.skip_build == 'False'
|
||||
|
Loading…
Reference in New Issue
Block a user