From 37dd671e5e96863a182abb687ffd433321dfff42 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Thu, 8 Jan 2026 20:00:26 +0000 Subject: [PATCH] build: Attempt to add deb musl build. I have no idea if this will work --- .github/workflows/CICD.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 043f622..d840716 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -126,6 +126,11 @@ jobs: target: x86_64-unknown-linux-musl, use-cross: use-cross, } + - { + os: deb-latest, + target: x86_64-unknown-linux-musl, + use-cross: use-cross, + } - { os: macos-latest, target: x86_64-apple-darwin } - { os: windows-latest, target: i686-pc-windows-gnu } - { os: windows-latest, target: i686-pc-windows-msvc }