Compare commits

..

2 Commits

Author SHA1 Message Date
William Bell
f5e241aba0 forgot to add cmake and make 2025-08-16 16:08:06 +01:00
William Bell
8c3ee3fe05 fix --break-system-packages 2025-08-16 15:42:34 +01:00

View File

@@ -73,8 +73,8 @@ jobs:
-v $PWD:/work -w /work \
ubuntu:latest \
bash -c "
apt-get update && apt-get install -y python3-pip g++ flex bison &&
pip install conan &&
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 &&
conan build .