-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74bf5de
commit 543f977
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected] | ||
|
||
- name: Set configuration | ||
run: arduino-cli config set library.enable_unsafe_install true | ||
|
||
|
@@ -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: | ||
|