From efa302ef19a2decd5eca47bf47dfcc96e680952e Mon Sep 17 00:00:00 2001 From: jspijker Date: Tue, 8 Nov 2022 11:27:51 +0100 Subject: [PATCH] Removed and extra space --- .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 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