Skip to content

Commit be8aa90

Browse files
committed
witn name @
1 parent 0e79c8e commit be8aa90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ESP32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- ESP32_GENERIC_S3
9696
- ESP32_GENERIC_S3-SPIRAM_OCT
9797
- ESP32_GENERIC_S3-FLASH_4M
98-
- ESP32_GENERIC_S3-SPIRAM_OCT:XIAO_ESP32S3
98+
- ESP32_GENERIC_S3-SPIRAM_OCT@XIAO_ESP32S3
9999

100100
steps:
101101
# Get the latest MicroPython release
@@ -132,7 +132,7 @@ jobs:
132132
source ~/esp-idf/export.sh
133133
134134
# Check if a variant is defined and adjust the make command
135-
IFS=':' read -r BUILD_DIR CAMERA_MODEL <<< "${{ matrix.board }}"
135+
IFS='@' read -r BUILD_DIR CAMERA_MODEL <<< "${{ matrix.board }}"
136136
IFS='-' read -r BOARD_NAME BOARD_VARIANT <<< "${BUILD_DIR}"
137137
138138
if [ -n "${BOARD_VARIANT}" ]; then

0 commit comments

Comments
 (0)