From ec6e3b71a28b60f56d5f0393af9db1ef276c247e Mon Sep 17 00:00:00 2001 From: erki Date: Mon, 15 May 2023 23:22:40 +0300 Subject: [PATCH] --user not necessary --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8b96454..b5c3d33 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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