From 29bdc3ace677bbf18957c178239952bc59e26aa3 Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Thu, 25 Jan 2024 10:27:41 +0100 Subject: [PATCH] ci: add musl dependencies to cross image --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index b768d0f..984cdbb 100644 --- a/Cross.toml +++ b/Cross.toml @@ -4,7 +4,7 @@ pre-build = ["apt-get update && apt-get -y install libxkbcommon-dev libvulkan1 m [target.x86_64-unknown-linux-musl] image = "ubuntu:latest" -pre-build = ["apt-get update && apt-get -y install libxkbcommon-dev libvulkan1 mesa-vulkan-drivers libegl1-mesa-dev gcc"] +pre-build = ["apt-get update && apt-get -y install libxkbcommon-dev libvulkan1 mesa-vulkan-drivers libegl1-mesa-dev gcc musl-tools"] [target.armv7-unknown-linux-musleabihf-unknown-linux-gnu] image = "ubuntu:latest"