Browse Source

Merge pull request #916 from Areloch/CICDLinuxAptGetUpdate

Tweak to the linux platform CICD testing
Brian Roberts 2 years ago
parent
commit
c2e2ed98ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/cmake.yml

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

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