install cmake for linux ci
Some checks failed
CI / linux (push) Failing after 4m42s
CI / macos-scons (push) Has been cancelled
CI / win-vs32 (push) Has been cancelled
CI / macos-xcode (push) Has been cancelled
CI / win-vs64 (push) Has been cancelled
CI / win-scons (push) Has been cancelled

This commit is contained in:
2025-09-13 14:47:18 -05:00
parent 7b6fdbb2a9
commit 4f8de5d066

View File

@@ -197,7 +197,7 @@
},
{
name: install dependencies,
run: 'sudo apt-get update && sudo apt-get install -y scons libxml2-utils zlib1g libsfml-dev libboost-all-dev zenity'
run: 'sudo apt-get update && sudo apt-get install -y scons cmake libxml2-utils zlib1g libsfml-dev libboost-all-dev zenity'
},
{
name: install TGUI,