CI: Don't install fakeroot as a dependency
All checks were successful
Build and test / build (push) Successful in 1m43s
All checks were successful
Build and test / build (push) Successful in 1m43s
We install as root directly.
This commit is contained in:
parent
8d5f598488
commit
1070c85922
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
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
|
- name: Set up the toolchain
|
||||||
run: |
|
run: |
|
||||||
wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user