Skip to content

Commit

Permalink
Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalda-nsc committed Mar 27, 2024
1 parent 9bee13c commit 28d25a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: bash
run: |
source /opt/entrypoint.sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ncs/toolchains/2be090971e/opt/nanopb/generator-bin
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(dirname $(which nanopb_generator))"
west twister -T app -v --inline-logs --integration
- name: Store hex files
Expand Down

0 comments on commit 28d25a3

Please sign in to comment.