From 3ba3921d8f01b7eb84bce754358a05d2d02505b5 Mon Sep 17 00:00:00 2001 From: PlasmaDev5 Date: Sun, 22 Dec 2024 04:00:57 +0000 Subject: [PATCH] install cmake for tests --- .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 b6c413d03..8e681390b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,7 +216,7 @@ jobs: run: docker exec --user root unreal bash -c ' apt-get update ; add-apt-repository ppa:ubuntu-toolchain-r/test ; - apt-get install -y libstdc++6' + apt-get install -y libstdc++6 cmake' - name: Download package uses: actions/download-artifact@v4