This commit is contained in:
parent
3fc5f2b836
commit
7fcc0659c8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user