From 5a11fc3df783d7318569871a2afcc19e750df537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 15 Feb 2022 11:06:27 +0100 Subject: [PATCH] package/ci: I know why is it like this now. Because the executor is a VM, not a Docker thingamajig. --- package/ci/circleci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index f928e169c..c5e5ac267 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -110,7 +110,7 @@ commands: background: true - run: name: Update apt and install base packages - # Compared to Docker images this needs sudo, for some reason + # Compared to Docker images this needs sudo command: | sudo apt update sudo apt install -y ninja-build