From 6bb642360e454b38649ba36f8652cdbf7069f2ae Mon Sep 17 00:00:00 2001 From: erki Date: Mon, 15 May 2023 23:24:07 +0300 Subject: [PATCH] Altho we no longer use conan, ergo, remove --- .gitea/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b5c3d33..a43bd3d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,10 +11,7 @@ jobs: - name: Prepare environment run: | apt update - apt install -y --no-install-recommends build-essential cmake ninja-build python3 python3-pip - pip3 install --upgrade conan==1.42.1 - conan profile new default --detect - conan profile update settings.compiler.libcxx=libstdc++11 default + apt install -y --no-install-recommends build-essential cmake ninja-build - name: Configure build working-directory: ${{runner.workspace}}