Compare commits

..

7 Commits
up ... build

Author SHA1 Message Date
andy.boot
bdd85b9bf4 Revert "build: Attempt to add deb musl build."
This reverts commit 07be4261b9.
2026-01-08 22:41:34 +00:00
andy.boot
7a57cb97d7 Revert "build: attempt to add deb-latest to build"
This reverts commit 129e5abb54.
2026-01-08 22:41:23 +00:00
andy.boot
129e5abb54 build: attempt to add deb-latest to build 2026-01-08 22:32:01 +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
andy.boot
d26971f869 Fix: windows build missed in nu_ansi_term upgrade 2026-01-08 20:14:56 +00:00
andy.boot
28018bc8c2 deps: update dependencies 2026-01-08 20:14:56 +00:00
andy.boot
37dd671e5e build: Attempt to add deb musl build.
I have no idea if this will work
2026-01-08 20:03:42 +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 }