Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-08-09 12:42:18 +0300
committerGitHub <noreply@github.com>2022-08-09 12:42:18 +0300
commit56e5bab1743cae6e147463dfb012cdec4c5c73c5 (patch)
tree5a6724c4f2df35efdaeaa7254b6ad6f838bd96ad
parent4724b25f531d51904587d93c7afb2714a745bb6b (diff)
Test against gcc-12
-rw-r--r--.github/workflows/cura-installer.yml2
1 files changed, 1 insertions, 1 deletions
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 <the_command> &> /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