From 21040ba500133109d3194ad89842d74321fef107 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Thu, 8 Jan 2026 22:51:36 +0000 Subject: [PATCH] Revert "build: Attempt to add deb musl build." This reverts commit 37dd671e5e96863a182abb687ffd433321dfff42. --- .github/workflows/CICD.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index d8407162..043f6222 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -126,11 +126,6 @@ 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 }