Skip to content

Commit

Permalink
#668: Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 4, 2021
1 parent 99341d9 commit 9c23510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
# Build cf2 with TDOA3 and all config options
- LPS_TDOA3_ENABLE=1 "EXTRA_CFLAGS=-DLPS_2D_POSITION_HEIGHT=1.2 -DLPS_LONGER_RANGE -DLPS_FULL_TX_POWER"
# Build Bigquad deck with all config options
- \"EXTRA_CFLAGS=-DENABLE_BQ_DECK -DBQ_DECK_ENABLE_OSD -DBQ_DECK_ENABLE_PM\"
- "EXTRA_CFLAGS=-DENABLE_BQ_DECK -DBQ_DECK_ENABLE_OSD -DBQ_DECK_ENABLE_PM"
# Build with the lighthouse driver
- \"EXTRA_CFLAGS=-DDISABLE_LIGHTHOUSE_DRIVER=0\"
- "EXTRA_CFLAGS=-DDISABLE_LIGHTHOUSE_DRIVER=0"
env:
FEATURE: ${{ matrix.features }}

Expand Down

0 comments on commit 9c23510

Please sign in to comment.