Skip to content

Commit

Permalink
ci: Fix not building all board variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkra committed Aug 8, 2023
1 parent f8756d9 commit 693ae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
working-directory: project
run: |
docker run -v $PWD:/workdir/project nordicplayground/nrfconnect-sdk:v${{ matrix.ncs_version }}-branch \
west build --board zswatch_nrf5340_cpuapp@2 /workdir/project/app
west build --board ${{ matrix.board }} /workdir/project/app
Posix:
name: Posix build
Expand Down

1 comment on commit 693ae2b

@coderbyheart
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops.

Please sign in to comment.