From 89d6fb13e83a44f05c342d211375e8a7156202d5 Mon Sep 17 00:00:00 2001 From: Jay Greco Date: Sat, 2 Dec 2023 22:39:09 +0000 Subject: [PATCH] QMK Q4 2023 breaking changes updates --- .github/actions/entrypoint.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/entrypoint.sh b/.github/actions/entrypoint.sh index 67d2193..e049bf9 100755 --- a/.github/actions/entrypoint.sh +++ b/.github/actions/entrypoint.sh @@ -39,10 +39,10 @@ cd ../ qmk setup -y # Compile upstream boards first -for t in nibble tidbit scramble/v1 scramble/v2 snap holly; - do echo "Building QMK for $t"; - qmk compile -j "$(nproc)" -kb nullbitsco/$t -km all -done +qmk mass-compile -j "$(nproc)" \ + nullbitsco/nibble:all nullbitsco/tidbit:all \ + nullbitsco/scramble/v1:all nullbitsco/scramble/v2:all \ + nullbitsco/snap:all nullbitsco/holly:all # Checkout nullbits rp2040 repo git config advice.detachedHead false