Skip to content

Commit

Permalink
chore: Install specific branch of GovoroxSSLClient library for Arduin…
Browse files Browse the repository at this point in the history
…o examples
  • Loading branch information
RobertByrnes committed Jul 17, 2024
1 parent 8559c5f commit 94397f4
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/arduino_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
arduino-cli core update-index
arduino-cli core install arduino:avr
- name: Install libs
- name: Install specific branch of GovoroxSSLClient
run: |
mkdir -p ~/Arduino/libraries
git clone --branch v1.3.0 https://github.com/govorox/SSLClient.git ~/Arduino/libraries/GovoroxSSLClient
- name: Install other libs
run: |
arduino-cli lib install "GovoroxSSLClient"
arduino-cli lib install "WiFi"
arduino-cli lib install "ArduinoHttpClient"
arduino-cli lib install "PubSubClient"
Expand All @@ -45,7 +49,7 @@ jobs:
arduino-cli core install esp32:esp32@3.0.2
./.github/workflows/scripts/compile_arduino_examples.sh --clean
- name: Compile Examples for Arduino-ESP32@3.0.3
run: |
arduino-cli core install esp32:esp32@3.0.3
./.github/workflows/scripts/compile_arduino_examples.sh --clean
# - name: Compile Examples for Arduino-ESP32@3.0.3
# run: |
# arduino-cli core install esp32:esp32@3.0.3
# ./.github/workflows/scripts/compile_arduino_examples.sh --clean

0 comments on commit 94397f4

Please sign in to comment.