Skip to content

Commit

Permalink
fix build examples script for esp32 V6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Apr 28, 2024
1 parent f009898 commit e418284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_examples_esp32_V6_6_0.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Build examples for esp32 @ V6_5_0
name: Build examples for esp32 @ V6_6_0

on:
push:
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Make directories
run: bash extras/scripts/build-pio-dirs.sh
- name: Build on PlatformIO
run: bash extras/scripts/build-platformio.sh esp32_V6_5_0
run: bash extras/scripts/build-platformio.sh esp32_V6_6_0

0 comments on commit e418284

Please sign in to comment.