forgot to add cmake and make

This commit is contained in:
William Bell
2025-08-16 16:08:06 +01:00
parent 8c3ee3fe05
commit 7023b7fb15

View File

@@ -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 &&