Fix CI by providing a host C++ compiler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-01-06 19:00:32 +01:00
parent 83651b4b90
commit 0a472000be
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -11,7 +11,7 @@ steps:
image: ubuntu
commands:
- apt update
- apt install cmake ninja-build wget nasm -y
- apt install build-essential cmake ninja-build wget nasm -y
- wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
- tar xf ci-toolchain-arm64.tar.gz
- rm ci-toolchain-arm64.tar.gz