Skip to content

Commit

Permalink
remove redundant overlay in pipeline for posix
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Apr 14, 2024
1 parent d73267c commit 44f06a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Posix
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/uptime -b native_posix_64 --build-dir $GITHUB_WORKSPACE/samples/uptime/build_posix -- -DOVERLAY_CONFIG=$GITHUB_WORKSPACE/samples/uptime/boards/native_posix_64.conf
west build $GITHUB_WORKSPACE/samples/uptime -b native_posix_64 --build-dir $GITHUB_WORKSPACE/samples/uptime/build_posix
- name : Upload Firmware
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 44f06a3

Please sign in to comment.