Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Apr 12, 2024
1 parent fff37cd commit d0efd3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: BLES
- name: Path Check
run: ls
run: ls $GITHUB_WORKSPACE
- name: Initialize
working-directory: ZSWatch
run: |
west init /tmp/ --mr v$ZEPHYR_VERSION
cd /tmp/
west init --mr v$ZEPHYR_VERSION
west update -o=--depth=1 -n
- name: Build
Expand Down

0 comments on commit d0efd3e

Please sign in to comment.