From 56e5bab1743cae6e147463dfb012cdec4c5c73c5 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 9 Aug 2022 11:42:18 +0200 Subject: [PATCH] Test against gcc-12 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index ebca4f3404..827f5e289a 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -127,7 +127,7 @@ jobs: - name: Install GCC-12 if: ${{ matrix.os == 'ubuntu-22.04' }} run: | - if ! command -v &> /dev/null + if ! command -v gcc-12 &> /dev/null then git clone --branch releases/gcc-12 https://gcc.gnu.org/git/gcc.git gcc-source ./gcc-source/contrib/download_prerequisites