From 3b11c3cca4242e2523dd703e675d497291973fc6 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Fri, 16 May 2025 00:43:43 -0400 Subject: [PATCH] for now, build for Lite to test the build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0a383c0..5696ef60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: submodules: recursive - name: Compile movement firmware - run: make + run: make BOARD=sensorwatch_red working-directory: '.' - name: Upload artifacts uses: actions/upload-artifact@v4 @@ -38,7 +38,7 @@ jobs: with: submodules: recursive - name: Compile movement - run: emmake make + run: emmake make BOARD=sensorwatch_red working-directory: '.' - name: Archive simulator build working-directory: './build-sim'