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 \
|
||||
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 .
|
||||
|
||||
Reference in New Issue
Block a user