fix --break-system-packages
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
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 g++ flex bison &&
|
||||||
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