mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 05:25:03 +00:00
kernels 5.15 also need GCC 11.2
Fix error: unrecognized command-line option ‘-mharden-sls=all’
This commit is contained in:
parent
6ba1f32096
commit
2627a1dc9c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
shell: bash {0}
|
||||
run: |
|
||||
echo ::set-output name=skip_build::False
|
||||
dpkg --compare-versions "${{matrix.kernel_version}}" "ge" "5.17"
|
||||
dpkg --compare-versions "${{matrix.kernel_version}}" "ge" "5.15"
|
||||
if [ $? -eq "0" ] && [ ${{matrix.gcc_version}} -lt 11 ];
|
||||
then
|
||||
echo "GCC version not compatible"
|
||||
|
Loading…
Reference in New Issue
Block a user