Skip to content

Commit

Permalink
fix path not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Aug 27, 2024
1 parent 2b10f96 commit faad63e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: echo $UID
- name: Build pixie-firmware using Docker
run: |
cd pixie-firmware
docker run --rm -v $PWD:/project -w /project -u $UID -e HOME=/tmp espressif/idf idf.py build
- name: Verify assets
run: |
Expand Down

0 comments on commit faad63e

Please sign in to comment.