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

This commit is contained in:
apio 2024-02-04 14:39:07 +01:00
parent 3fc5f2b836
commit 7fcc0659c8
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

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