Remove nsh as a candidate due to its failing to compile

This commit is contained in:
Luke Parker
2025-12-09 23:33:33 -05:00
parent 66301ca5d3
commit 5cc1156b2a

View File

@@ -57,8 +57,6 @@ jobs:
fi fi
# Install shells available via `cargo` # Install shells available via `cargo`
cargo install nsh
SHELLS="$SHELLS nsh"
cargo install brush-shell cargo install brush-shell
SHELLS="$SHELLS brush" SHELLS="$SHELLS brush"