Just Call Me Koko 3 лет назад
Родитель
Сommit
589b7c7962
1 измененных файлов с 2 добавлено и 10 удалено
  1. 2 10
      .github/workflows/build_push.yml

+ 2 - 10
.github/workflows/build_push.yml

@@ -16,15 +16,7 @@ jobs:
     # The type of runner that the job will run on
     runs-on: ubuntu-latest
 
-    # Steps represent a sequence of tasks that will be executed as part of the job
-    strategy:
-      matrix:
-        arduino-board-fqbn:
-        - esp32:esp32:esp32s2
-        include:
-          - arduino-boards-fqbn: esp32:esp32:esp32s2
-            extra-arduino-cli-args: "--warnings all -zmuldefs"
-        
+    # Steps represent a sequence of tasks that will be executed as part of the job        
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       - name: Checkout Code
@@ -96,4 +88,4 @@ jobs:
           arduino-board-fqbn: ${{ matrix.arduino-board-fqbn }}
           extra-arduino-cli-args: ${{ matrix.extra-arduino-cli-args }}
           #extra-arduino-cli-args: "-w"
-          #extra-arduino-lib-install-args: "-zmuldefs"
+          extra-arduino-lib-install-args: "-zmuldefs"