Compare commits
1 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5e241aba0 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
-v $PWD:/work -w /work \
|
-v $PWD:/work -w /work \
|
||||||
ubuntu:latest \
|
ubuntu:latest \
|
||||||
bash -c "
|
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 &&
|
pip install --break-system-packages conan &&
|
||||||
conan profile detect --force &&
|
conan profile detect --force &&
|
||||||
conan install . --build=missing &&
|
conan install . --build=missing &&
|
||||||
|
|||||||
Reference in New Issue
Block a user