CI: Don't install fakeroot as a dependency
All checks were successful
Build and test / build (push) Successful in 1m43s

We install as root directly.
This commit is contained in:
apio 2024-02-11 13:45:20 +01:00
parent 8d5f598488
commit 1070c85922
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

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