Skip to content

Commit

Permalink
There is a reason I am doing this in a seperate branch...
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks authored Sep 7, 2024
1 parent 1c87418 commit d8b8f09
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 @@ -35,7 +35,7 @@ jobs:
run: |
cd ./firmware/build
rm -rf -- ..?* .[!.]* *
export CXXFLAGS="-D_BASE_VIDEO_MODE=1
export CXXFLAGS="-D_BASE_VIDEO_MODE=1"
cmake .. -G Ninja -DPICO_SDK_PATH=../../pico-sdk
ninja
- name: 'Upload base video mode artifacts'
Expand Down

0 comments on commit d8b8f09

Please sign in to comment.