From 1070c85922022f2257414ec45bd04644d637ec41 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 11 Feb 2024 13:45:20 +0100 Subject: [PATCH] CI: Don't install fakeroot as a dependency We install as root directly. --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 24b86ace..36240ff3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - name: Download dependencies run: | apt update - apt install -y cmake ninja-build nasm genext2fs qemu-system build-essential wget git fakeroot + apt install -y cmake ninja-build nasm genext2fs qemu-system build-essential wget git - name: Set up the toolchain run: | wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet