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-07 19:03:54 +0300
committerjspijker <j.spijker@ultimaker.com>2022-11-07 19:03:54 +0300
commit8969e34021f8e15d1edd7ffd2166766e8beab191 (patch)
treef000a2e8ad4941041be62abee4d0c3356af9457a
parent81af19dc4328156d10ebcd957d9388ff5a585239 (diff)
update the system packages for all Linux versions
-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..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: ${{ 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