Skip to content

Commit 5271812

Browse files
committed
correct esp32 v2 ci build
1 parent 93f546a commit 5271812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
- name: Create custom build script
113113
working-directory: ${{ github.workspace }}/ci
114114
run: |
115-
echo 'import build_platform' > build_esp32_stable.py
115+
echo 'import build_platform' > build_esp32_v2.py
116116
echo 'build_platform.test_examples_in_folder("'${{ matrix.arduino-platform }}'")' >> build_esp32_v2.py
117117
118118
- name: test platforms
119119
run: |
120-
python3 ci/build_esp32_stable.py
120+
python3 ci/build_esp32_v2.py

0 commit comments

Comments
 (0)