From 2627a1dc9cd2a075f887ca74f9f560708ccff74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Mon, 15 Aug 2022 19:12:35 +0000 Subject: [PATCH] =?UTF-8?q?kernels=205.15=20also=20need=20GCC=2011.2=20Fix?= =?UTF-8?q?=20error:=20unrecognized=20command-line=20option=20=E2=80=98-mh?= =?UTF-8?q?arden-sls=3Dall=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 819e9d7..2cfb92a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"