소스 검색

Target all boards for GitHub workflow

The workflow specifically targeted the Pico firmware. Now that
separate development is over, building all targets.
Morio 2 년 전
부모
커밋
354456b0a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: |