Merge pull request #283 from CGarces/kernel_6

Fix build matrix for 5.15
This commit is contained in:
Carlos Garcés 2022-08-25 16:53:09 +02:00 committed by GitHub
commit e39c4e7a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"