Skip to content

Commit

Permalink
changed to nrf52833dk board for pipeline build
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored May 3, 2024
1 parent c8e4c8c commit 97e762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CMAKE_PREFIX_PATH: /opt/toolchains
ZEPHYR_VERSION: v3.6-branch
# Board to use with renode
BOARD: native_posix_64
BOARD: nrf52833dk_nrf52833
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,4 +31,4 @@ jobs:
- name: Build PoC
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/ifm_sample_app -b $BOARD --build-dir $GITHUB_WORKSPACE/build
west build $GITHUB_WORKSPACE/samples/ifm_sample_app -b $BOARD --build-dir $GITHUB_WORKSPACE/build

0 comments on commit 97e762e

Please sign in to comment.