Jelajahi Sumber

Target all boards for GitHub workflow

The workflow specifically targeted the Pico firmware. Now that
separate development is over, building all targets.
Morio 2 tahun lalu
induk
melakukan
354456b0a8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/firmware_build.yml

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

@@ -24,7 +24,7 @@ jobs:
       - name: Build firmware
         run: |
           cd ZuluSCSI
-          pio run -v -e ZuluSCSI_Pico
+          pio run -v
     
       - name: Rename firmware files
         run: |