This commit is contained in:
parent
7165ff7683
commit
8efcf6d852
@ -10,8 +10,8 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y cmake ninja-build nasm genext2fs qemu-system build-essential wget git fakeroot
|
sudo apt install -y cmake ninja-build nasm genext2fs qemu-system build-essential wget git fakeroot
|
||||||
- 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