From f5e241aba0505ebb52d3118fac5e89a2a2a6426c Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:08:06 +0100 Subject: [PATCH] forgot to add cmake and make --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 836258f..94aab5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: -v $PWD:/work -w /work \ ubuntu:latest \ bash -c " - apt-get update && apt-get install -y python3-pip g++ flex bison && + apt-get update && apt-get install -y python3-pip gcc flex bison cmake make && pip install --break-system-packages conan && conan profile detect --force && conan install . --build=missing &&