Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks authored Sep 7, 2024
1 parent d8b8f09 commit b48c39a
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 CFLAGS="-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 b48c39a

Please sign in to comment.