Skip to content

Commit

Permalink
Update compile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinWatts committed May 29, 2022
1 parent 7efadb1 commit da53d1d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
ref: master
path: CustomLibrary_Adafruit-GFX-Library # This path must be different from the one above but must also contain string

- name: Checkout fifth custom library # This name must be different from the one above
uses: actions/checkout@v3
with:
repository: bblanchon/ArduinoJson
ref: master
path: CustomLibrary_ArduinoJson # This path must be different from the one above but must also contain string

- name: Checkout sixth custom library # This name must be different from the one above
uses: actions/checkout@v3
with:
Expand All @@ -58,4 +51,5 @@ jobs:
uses: ArminJo/arduino-test-compile@v3.0.0
with:
arduino-board-fqbn: esp32:esp32:esp32:PartitionScheme=no_ota
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
required-libraries: ArduinoJson

0 comments on commit da53d1d

Please sign in to comment.