mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 05:25:03 +00:00
Merge pull request #283 from CGarces/kernel_6
Fix build matrix for 5.15
This commit is contained in:
commit
e39c4e7a66
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
shell: bash {0}
|
shell: bash {0}
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=skip_build::False
|
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 ];
|
if [ $? -eq "0" ] && [ ${{matrix.gcc_version}} -lt 11 ];
|
||||||
then
|
then
|
||||||
echo "GCC version not compatible"
|
echo "GCC version not compatible"
|
||||||
|
Loading…
Reference in New Issue
Block a user