mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
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.
This commit is contained in:
parent
84f1e673fc
commit
83064efbf8
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue