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 \
|
||||
bash -c "
|
||||
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 install . --build=missing &&
|
||||
conan build .
|
||||
|
||||
Reference in New Issue
Block a user