Update workflow

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

View File

@ -9,11 +9,12 @@ jobs:
- name: Check out the code
uses: actions/checkout@v3
- name: Download dependencies
run: apt update
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git
packages: build-essential wget nasm git
version: 1.1
run: apt update
run: 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