From 8e088e9186059935d833e25651b915d1436fc666 Mon Sep 17 00:00:00 2001 From: PlasmaDev5 Date: Thu, 9 Jan 2025 11:00:58 +0000 Subject: [PATCH] log cmake path --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65b00f6d..d9337628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,6 +217,7 @@ jobs: apt-get update ; apt-get install -y python3-pip ; pip install cmake ; + pip show cmake ; apt-get install -y libstdc++6 libcurl4-openssl-dev bash' - name: Download package