Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 12, 2024
1 parent 3e83fd7 commit db0606e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
west update -o=--depth=1 -n
- name: Build
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/uptime -b native_sim
west build $GITHUB_WORKSPACE/samples/uptime -b native_sim --build-dir $GITHUB_WORKSPACE

0 comments on commit db0606e

Please sign in to comment.