Browse Source

Build only the DaynaPORT target

Morio 2 years ago
parent
commit
646f29163b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/firmware_build.yml

+ 1 - 1
.github/workflows/firmware_build.yml

@@ -26,7 +26,7 @@ jobs:
       - name: Build firmware
         run: |
           cd ZuluSCSI
-          pio run -j 8 -v
+          pio run -j 8 -ve ZuluSCSI_Pico_DaynaPORT
     
       - name: Rename firmware files
         run: |