Compare commits

..

2 Commits

Author SHA1 Message Date
andy.boot
21040ba500 Revert "build: Attempt to add deb musl build."
This reverts commit 37dd671e5e.
2026-01-08 22:51:36 +00:00
andy.boot
07be4261b9 build: Attempt to add deb musl build.
I have no idea if this will work
2026-01-08 20:28:52 +00:00

View File

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