Update .gitea/workflows/build.yml
Some checks failed
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Failing after 1m46s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Failing after 1m51s

This commit is contained in:
Sthope 2025-03-17 21:59:36 +01:00
parent 9521c365de
commit bf3f6362bf

View File

@ -56,6 +56,7 @@ jobs:
- name: Build the firmware
run: |
echo "STRING=${{ matrix.target }}"
cd ${{ gitea.workspace }}/Firmware/RP2040
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGXM_BOARD=STRING=${{ matrix.target }} -DMAX_GAMEPADS=1
cmake --build build