Skip to content

Commit

Permalink
fix: set config it the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 30, 2023
1 parent 062e369 commit c0b541b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,12 @@ jobs:
echo "CONFIG_MEMFAULT_NCS_PROJECT_KEY=\"${{ env.MEMFAULT_PROJECT_KEY }}\"" >> firmware.conf
- name: Build for NB-IoT only
working-directory: firmware
if: contains(matrix.configuration, 'nbiot')
run: echo "CONFIG_LTE_NETWORK_MODE_NBIOT_GPS=y" >> firmware.conf

- name: Build for LTE-m and NB-IoT
working-directory: firmware
if: ${{ !contains(matrix.configuration, 'nbiot') }}
run: echo "CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS=y" >> firmware.conf

Expand Down

0 comments on commit c0b541b

Please sign in to comment.