Update workflow
Some checks failed
Build and test / build (push) Failing after 0s

This commit is contained in:
apio 2024-02-04 14:38:34 +01:00
parent 64965cd322
commit 3fc5f2b836
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -13,8 +13,9 @@ jobs:
with:
packages: build-essential wget nasm git
version: 1.1
run: apt update
run: apt install -y cmake ninja-build nasm genext2fs qemu-system
run: |
apt update
apt install -y cmake ninja-build nasm genext2fs qemu-system
- name: Set up the toolchain
run: |
wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet