Compare commits

...

1 Commits

Author SHA1 Message Date
andy.boot
40727c89c9 build: Attempt to add deb musl build.
I have no idea if this will work
2026-01-08 20:02:56 +00:00

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 }