Update workflow
Some checks failed
Build and test / build (push) Failing after 2m20s

This commit is contained in:
apio 2024-02-04 14:40:07 +01:00
parent e1c2dfb9ba
commit fcd8c1d583
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

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