소스 검색

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 \