We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a998340 commit 46e2540Copy full SHA for 46e2540
.github/workflows/arduino_compile.yaml
@@ -14,9 +14,10 @@ jobs:
14
uses: arduino/setup-arduino-cli@v1
15
16
- name: Install Dependencies
17
- uses: arduino/arduino-cli@v1
18
- with:
19
- cli-args: lib install HotButton RadioLib "ESP8266 and ESP32 OLED driver for SSD1306 displays"
+ run: |
+ arduino-cli lib install "HotButton"
+ arduino-cli lib install "RadioLib"
20
+ arduino-cli lib install "ESP8266 and ESP32 OLED driver for SSD1306 displays"
21
22
- name: Compile Sketches
23
uses: arduino/compile-sketches@v1
0 commit comments