浏览代码

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 \