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 b48c39a commit e6d3ff9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
cd ./firmware/build
rm -rf -- ..?* .[!.]* *
export CFLAGS="-D_BASE_VIDEO_MODE=1"
cmake .. -G Ninja -DPICO_SDK_PATH=../../pico-sdk
cmake .. -G Ninja -DBASE_VIDEO_MODE=1 -DPICO_SDK_PATH=../../pico-sdk
ninja
- name: 'Upload base video mode artifacts'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e6d3ff9

Please sign in to comment.