This commit is contained in:
parent
e1c2dfb9ba
commit
fcd8c1d583
@ -8,15 +8,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out the code
|
- name: Check out the code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Cache dependencies
|
- name: Download dependencies
|
||||||
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
|
||||||
with:
|
|
||||||
packages: build-essential wget git
|
|
||||||
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 build-essential wget git
|
||||||
- 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