Skip to content

Commit

Permalink
Still trying to automatically build the base video mode variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks authored Sep 7, 2024
1 parent b868973 commit 1c87418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: |
cd ./firmware/build
rm -rf -- ..?* .[!.]* *
cmake .. -G Ninja -DBASE_VIDEO_MODE -DPICO_SDK_PATH=../../pico-sdk
export CXXFLAGS="-D_BASE_VIDEO_MODE=1
cmake .. -G Ninja -DPICO_SDK_PATH=../../pico-sdk
ninja
- name: 'Upload base video mode artifacts'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1c87418

Please sign in to comment.