Просмотр исходного кода

Properly appending the apt commands in the yml

Areloch 2 лет назад
Родитель
Сommit
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 \