Update workflow
This commit is contained in:
parent
d0ad103e3d
commit
64965cd322
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user