From ec191af7b279eb57275da18a6ef1482f2f34e790 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Wed, 8 Nov 2023 16:08:00 -0600 Subject: [PATCH] Update GitHub testing script to use current software --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7686558f..2873815b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,5 +11,5 @@ jobs: - uses: carlosperate/arm-none-eabi-gcc-action@v1 with: release: '11.3.Rel1' - - name: compile-revI - run: pushd software/firmware && make clean && make -j all BOARD_REV=I + - name: compile-revM + run: pushd software/firmware && make clean && make -j all BOARD_REV=M