Skip to content

Commit

Permalink
Shorten build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 1, 2024
1 parent eecaebc commit 4b94652
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
- name: Install Arduino CLI
uses: arduino/[email protected]
- name: ZIP library
run: cd .. && zip -r FlixPeriph.zip . -x .git/\* && cd -
run: cd .. && zip -r FlixPeriph.zip . -x .git/\*
- name: Install arduino-cli.yaml
run: cp .github/workflows/fixtures/arduino-cli.yaml ./
- name: Install ESP32 core
run: |
arduino-cli core update-index --config-file arduino-cli.yaml
arduino-cli core install esp32:esp32
run: arduino-cli core update-index --config-file arduino-cli.yaml && arduino-cli core install esp32:esp32
- name: Install ESP8266 core
run: |
arduino-cli core update-index --config-file arduino-cli.yaml
Expand Down

0 comments on commit 4b94652

Please sign in to comment.