Skip to content

Commit

Permalink
updated project dir for workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed May 25, 2024
1 parent 0c1b2ef commit e3a98b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/demo -b $BOARD --build-dir $GITHUB_WORKSPACE/build
2 changes: 1 addition & 1 deletion .github/workflows/samples_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Build PoC
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/demo -b $BOARD --build-dir $GITHUB_WORKSPACE/build
west build $GITHUB_WORKSPACE/samples/read_pd -b $BOARD --build-dir $GITHUB_WORKSPACE/build

0 comments on commit e3a98b7

Please sign in to comment.