Explorar o código

Properly appending the apt commands in the yml

Areloch %!s(int64=2) %!d(string=hai) anos
pai
achega
c597ae079f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/cmake.yml

+ 1 - 1
.github/workflows/cmake.yml

@@ -28,7 +28,7 @@ jobs:
     - name: Setup Environment
     - name: Setup Environment
       run:   |
       run:   |
              if [ "$RUNNER_OS" == "Linux" ]; then
              if [ "$RUNNER_OS" == "Linux" ]; then
-                  sudo apt-get update \
+                  sudo apt-get update && \
                   sudo apt-get install -y \
                   sudo apt-get install -y \
                     build-essential \
                     build-essential \
                     nasm \
                     nasm \