Run apt as sudo
Some checks failed
Build and test / build (push) Has been cancelled

This commit is contained in:
apio 2024-02-10 11:55:34 +01:00
parent 7165ff7683
commit 8efcf6d852
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -10,8 +10,8 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download dependencies - name: Download dependencies
run: | run: |
apt update sudo apt update
apt install -y cmake ninja-build nasm genext2fs qemu-system build-essential wget git fakeroot sudo apt install -y cmake ninja-build nasm genext2fs qemu-system build-essential wget git fakeroot
- 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