Update build workflow
This commit is contained in:
parent
d4b368b078
commit
bb18749d5b
@ -9,8 +9,10 @@ jobs:
|
|||||||
- name: Check out the code
|
- name: Check out the code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: apt update
|
uses: github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||||
run: apt install build-essential cmake ninja-build wget nasm genext2fs qemu-system git -y
|
with:
|
||||||
|
packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git
|
||||||
|
version: 1.0
|
||||||
- name: Set up the toolchain
|
- name: Set up the toolchain
|
||||||
run: wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
run: wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
||||||
run: tar xf ci-toolchain-arm64.tar.gz
|
run: tar xf ci-toolchain-arm64.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user