Преглед изворни кода

Properly appending the apt commands in the yml

Areloch пре 2 година
родитељ
комит
c597ae079f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/cmake.yml

+ 1 - 1
.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 \