Compare commits
2 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5e241aba0 | ||
|
|
8c3ee3fe05 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -73,8 +73,8 @@ 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 conan &&
|
pip install --break-system-packages conan &&
|
||||||
conan profile detect --force &&
|
conan profile detect --force &&
|
||||||
conan install . --build=missing &&
|
conan install . --build=missing &&
|
||||||
conan build .
|
conan build .
|
||||||
|
|||||||
Reference in New Issue
Block a user