Skip to content

Commit

Permalink
re introduce arduino compilation test for esp32:esp32 2.0.17 and 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 23, 2024
1 parent 1b7d523 commit 505ca2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/arduino_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
arduino-cli core install esp32:esp32@2.0.17
./.github/workflows/scripts/compile_arduino_examples.sh --clean
# - name: Compile Examples for Arduino-ESP32@3.0.2
# run: |
# 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.2
run: |
arduino-cli core install esp32:esp32@3.0.2
./.github/workflows/scripts/compile_arduino_examples.sh --clean
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install_sslclient_for_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rm -rf ~/SSLClient
git clone https://github.com/govorox/SSLClient.git ~/SSLClient
cd ~/SSLClient
git checkout v1.3.0
git checkout 95-release-130-fails-to-compile-on-arduino-esp32-v3
mkdir -p SSLClient
mv LICENSE library.properties src SSLClient/
zip -r SSLClient.zip SSLClient
Expand Down

0 comments on commit 505ca2e

Please sign in to comment.