Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Oct 17, 2023
1 parent 74bf5de commit 543f977
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: pre-install
run: bash ci/actions_install.sh

- name: Use specific ESP32 stable platform
run: arduino-cli core install esp32:esp32@2.0.14

- name: Set configuration
run: arduino-cli config set library.enable_unsafe_install true

Expand All @@ -58,6 +55,7 @@ jobs:
sed -i 's/ELEGANTOTA_USE_ASYNC_WEBSERVER 0/ELEGANTOTA_USE_ASYNC_WEBSERVER 1/' ElegantOTA.h
- name: Test Async Demo
continue-on-error: true
run: python3 ci/build_platform.py esp8266 esp32

Sync_CI:
Expand Down

0 comments on commit 543f977

Please sign in to comment.