Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Oct 17, 2023
1 parent 4f77f69 commit 77e9612
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ 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

Expand All @@ -55,7 +58,7 @@ jobs:
sed -i 's/ELEGANTOTA_USE_ASYNC_WEBSERVER 0/ELEGANTOTA_USE_ASYNC_WEBSERVER 1/' ElegantOTA.h
- name: Test Async Demo
run: python3 ci/build_platform.py esp8266 esp32
run: python3 ci/build_platform.py esp8266 esp32:[email protected]

Sync_CI:
runs-on: ubuntu-latest
Expand All @@ -82,4 +85,4 @@ jobs:
touch .esp8266.test.skip
- name: Test Sync Demo
run: python3 ci/build_platform.py esp8266 esp32 picow_rp2040
run: python3 ci/build_platform.py esp8266 esp32:[email protected] picow_rp2040

0 comments on commit 77e9612

Please sign in to comment.