Skip to content

Commit

Permalink
Fix CI oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Jul 13, 2024
1 parent 7e6615a commit b851b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
mkdir pico-asha/build
cd pico-asha/build
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_USB_SERIAL-ON ..
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_USB_SERIAL=ON ..
- name: Compile
run: |
Expand Down

0 comments on commit b851b44

Please sign in to comment.