From 842f82133397c47f3bdf189c5bc63f18ca51721f Mon Sep 17 00:00:00 2001 From: erki Date: Mon, 15 May 2023 23:21:44 +0300 Subject: [PATCH] Apt update necessary --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b2d2bcf..8b96454 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: - name: Prepare environment 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 conan profile new default --detect