2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
83064efbf8

+ 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 \