Skip to content

Commit 211eb9e

Browse files
authored
Update build.yaml
1 parent 3a59996 commit 211eb9e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,13 @@ jobs:
1818
ref: master
1919
path: CustomLibrary_EthernetLarge # must contain string "Custom"
2020

21-
- name: Checkout M5Unit-ENV library
22-
uses: actions/checkout@v3
23-
with:
24-
repository: m5stack/M5Unit-ENV
25-
ref: master
26-
path: CustomLibrary_M5Unit-ENV # must contain string "Custom"
27-
2821
- name: Compile sketch
2922
uses: ArminJo/arduino-test-compile@v3
3023
with:
3124
arduino-board-fqbn: esp32:esp32:m5stack-atoms3:CDCOnBoot=cdc
3225
arduino-platform: esp32:esp32@2.0.15
3326
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
34-
required-libraries: M5AtomS3@1.0.0,M5Unified@0.1.14,M5-Ethernet@4.0.0,M5GFX@0.1.15,SSLClient@1.6.11,UrlEncode@1.0.1
27+
required-libraries: M5AtomS3@1.0.0,M5Unified@0.1.14,M5Unit-ENV@1.0.1,M5-Ethernet@4.0.0,M5GFX@0.1.15,SSLClient@1.6.11,UrlEncode@1.0.1
3528
sketch-names: "*.ino"
3629
sketch-names-find-start: bbn_*/*
3730
extra-arduino-cli-args: "--warnings default"

0 commit comments

Comments
 (0)