We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3ee3f commit f5e241aCopy full SHA for f5e241a
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
-v $PWD:/work -w /work \
74
ubuntu:latest \
75
bash -c "
76
- 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 &&
77
pip install --break-system-packages conan &&
78
conan profile detect --force &&
79
conan install . --build=missing &&
0 commit comments