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:
authorjspijker <j.spijker@ultimaker.com>2022-11-08 13:27:51 +0300
committerjspijker <j.spijker@ultimaker.com>2022-11-08 13:27:51 +0300
commitefa302ef19a2decd5eca47bf47dfcc96e680952e (patch)
treee119ede9d239dc8bf6cef7a80adce3d43ba65869
parent880028835973f3a8a6e3ad0e419c0667ebc135eb (diff)
Removed and extra space
-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 6b70a7cc31..d0f9fb895e 100644
--- a/.github/workflows/cura-installer.yml
+++ b/.github/workflows/cura-installer.yml
@@ -116,7 +116,7 @@ jobs:
run: brew install autoconf automake ninja create-dmg
- name: Install Linux system requirements
- if: ${{ runner.os == 'Linux' }}
+ if: ${{ runner.os == 'Linux' }}
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update