From 4f8de5d066718f4c6b873fa9f69dd96f08140cd2 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 13 Sep 2025 14:47:18 -0500 Subject: [PATCH] install cmake for linux ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84167ba8..27558b70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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,