Skip to content

Commit 8eb3a47

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ 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

0 commit comments

Comments
 (0)