mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Merge pull request #916 from Areloch/CICDLinuxAptGetUpdate
Tweak to the linux platform CICD testing
This commit is contained in:
commit
c2e2ed98ff
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue