for now, build for Lite to test the build

This commit is contained in:
Joey Castillo 2025-05-16 00:43:43 -04:00
parent 784c2678d8
commit 3b11c3cca4

View File

@ -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'