From 5cc1156b2acdc3c5314d7d6f73868e612c895a6c Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 9 Dec 2025 23:33:33 -0500 Subject: [PATCH] Remove `nsh` as a candidate due to its failing to compile --- .github/workflows/stack-size.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/stack-size.yml b/.github/workflows/stack-size.yml index d9126d5e..f61d6476 100644 --- a/.github/workflows/stack-size.yml +++ b/.github/workflows/stack-size.yml @@ -57,8 +57,6 @@ jobs: fi # Install shells available via `cargo` - cargo install nsh - SHELLS="$SHELLS nsh" cargo install brush-shell SHELLS="$SHELLS brush"