This commit is contained in:
parent
64965cd322
commit
3fc5f2b836
@ -13,8 +13,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
packages: build-essential wget nasm git
|
packages: build-essential wget nasm git
|
||||||
version: 1.1
|
version: 1.1
|
||||||
run: apt update
|
run: |
|
||||||
run: apt install -y cmake ninja-build nasm genext2fs qemu-system
|
apt update
|
||||||
|
apt install -y cmake ninja-build nasm genext2fs qemu-system
|
||||||
- name: Set up the toolchain
|
- name: Set up the toolchain
|
||||||
run: |
|
run: |
|
||||||
wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user