This commit is contained in:
parent
7cd6e9b12a
commit
3728558b13
@ -9,10 +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
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git
|
packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git
|
||||||
version: 1.0
|
version: 1.1
|
||||||
- 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