From 880028835973f3a8a6e3ad0e419c0667ebc135eb Mon Sep 17 00:00:00 2001 From: jspijker Date: Tue, 8 Nov 2022 11:27:07 +0100 Subject: [PATCH] Runs apt update on all Linux --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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