Skip to content

Commit

Permalink
Fixing error of rm in automatic build
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks authored Sep 7, 2024
1 parent 0c23275 commit b868973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build base video mode firmware
run: |
cd ./firmware/build
rm -rf * .*
rm -rf -- ..?* .[!.]* *
cmake .. -G Ninja -DBASE_VIDEO_MODE -DPICO_SDK_PATH=../../pico-sdk
ninja
- name: 'Upload base video mode artifacts'
Expand Down

0 comments on commit b868973

Please sign in to comment.