From c597ae079f2ee9d7966cf0906d515675f8470e86 Mon Sep 17 00:00:00 2001 From: Areloch Date: Fri, 18 Nov 2022 00:31:27 -0600 Subject: [PATCH] Properly appending the apt commands in the yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a33284581..3067d7760 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Environment run: | if [ "$RUNNER_OS" == "Linux" ]; then - sudo apt-get update \ + sudo apt-get update && \ sudo apt-get install -y \ build-essential \ nasm \