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:07 +0300
committerjspijker <j.spijker@ultimaker.com>2022-11-08 13:27:07 +0300
commit880028835973f3a8a6e3ad0e419c0667ebc135eb (patch)
tree4ae15804b87cc4a6ad17ab3a546b240a19937703
parentcbaf4bed16da37d91f8a4c05142020dc4430e96f (diff)
Runs apt update on all Linux
-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 371847e81e..6b70a7cc31 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: ${{ startsWith(inputs.runs_on, 'ubuntu-22.04') }}
+ if: ${{ runner.os == 'Linux' }}
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update