Apt update necessary
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 33s

This commit is contained in:
erki 2023-05-15 23:21:44 +03:00
parent a5d751893c
commit 842f821333

View File

@ -10,6 +10,7 @@ jobs:
- name: Prepare environment - name: Prepare environment
run: | run: |
apt update
apt install -y --no-install-recommends build-essential cmake ninja-build python3 python3-pip apt install -y --no-install-recommends build-essential cmake ninja-build python3 python3-pip
pip3 install --user --upgrade conan==1.42.1 pip3 install --user --upgrade conan==1.42.1
conan profile new default --detect conan profile new default --detect