Altho we no longer use conan, ergo, remove
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 17s

This commit is contained in:
erki 2023-05-15 23:24:07 +03:00
parent ec6e3b71a2
commit 6bb642360e

View File

@ -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}}