Browse Source

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 năm trước cách đây
mục cha
commit
83064efbf8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 \