build: Attempt to add deb musl build.

I have no idea if this will work
This commit is contained in:
andy.boot
2026-01-08 20:00:26 +00:00
parent d39224d670
commit 40727c89c9

View File

@@ -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 }