ソースを参照

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 \