Selaa lähdekoodia

Tweak to the linux platform CICD testing to force it to run apt-get update before installing additional packages, which in theory will reduce the incidence rate of failing to spool up.

Areloch 2 vuotta sitten
vanhempi
commit
83064efbf8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .github/workflows/cmake.yml

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

@@ -28,6 +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 install -y \
                   sudo apt-get install -y \
                     build-essential \
                     build-essential \
                     nasm \
                     nasm \