Update .gitea/workflows/build.yml
This commit is contained in:
parent
9521c365de
commit
bf3f6362bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user