Parcourir la source

Build only the DaynaPORT target

Morio il y a 2 ans
Parent
commit
646f29163b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: |