--user not necessary
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 27s

This commit is contained in:
erki 2023-05-15 23:22:40 +03:00
parent 842f821333
commit ec6e3b71a2

View File

@ -12,7 +12,7 @@ jobs:
run: |
apt update
apt install -y --no-install-recommends build-essential cmake ninja-build python3 python3-pip
pip3 install --user --upgrade conan==1.42.1
pip3 install --upgrade conan==1.42.1
conan profile new default --detect
conan profile update settings.compiler.libcxx=libstdc++11 default