Skip to content

Commit

Permalink
workflow: release: build for thingy91
Browse files Browse the repository at this point in the history
The workflow was previously set to build for the Aludel and the nrf9160dk.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Jun 3, 2024
1 parent 1a49c20 commit 4b999e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
ZEPHYR_SDK: [0.16.3]
BOARD: ["nrf9160dk_nrf9160_ns","aludel_mini_v1_sparkfun9160_ns"]
BOARD: ["thingy91_nrf9160_ns"]

uses: ./.github/workflows/build_zephyr.yml
with:
Expand Down

0 comments on commit 4b999e7

Please sign in to comment.