This commit is contained in:
parent
3fc5f2b836
commit
7fcc0659c8
@ -8,11 +8,12 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the code
|
||||
uses: actions/checkout@v3
|
||||
- name: Download dependencies
|
||||
- name: Cache dependencies
|
||||
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: build-essential wget nasm git
|
||||
version: 1.1
|
||||
- name: Download other dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y cmake ninja-build nasm genext2fs qemu-system
|
||||
|
Loading…
Reference in New Issue
Block a user