Skip to content

Commit

Permalink
Fix automatic build of base video mode executes rm in wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks authored Sep 7, 2024
1 parent e0af727 commit 0c23275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
retention-days: 30
- name: Build base video mode firmware
run: |
cd ./firmware/build
rm -rf * .*
cmake .. -G Ninja -DBASE_VIDEO_MODE -DPICO_SDK_PATH=../../pico-sdk
ninja
Expand Down

0 comments on commit 0c23275

Please sign in to comment.