diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b413cd..42522b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |