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:
-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