We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e79c8e commit be8aa90Copy full SHA for be8aa90
.github/workflows/ESP32.yml
@@ -95,7 +95,7 @@ jobs:
95
- ESP32_GENERIC_S3
96
- ESP32_GENERIC_S3-SPIRAM_OCT
97
- ESP32_GENERIC_S3-FLASH_4M
98
- - ESP32_GENERIC_S3-SPIRAM_OCT:XIAO_ESP32S3
+ - ESP32_GENERIC_S3-SPIRAM_OCT@XIAO_ESP32S3
99
100
steps:
101
# Get the latest MicroPython release
@@ -132,7 +132,7 @@ jobs:
132
source ~/esp-idf/export.sh
133
134
# Check if a variant is defined and adjust the make command
135
- IFS=':' read -r BUILD_DIR CAMERA_MODEL <<< "${{ matrix.board }}"
+ IFS='@' read -r BUILD_DIR CAMERA_MODEL <<< "${{ matrix.board }}"
136
IFS='-' read -r BOARD_NAME BOARD_VARIANT <<< "${BUILD_DIR}"
137
138
if [ -n "${BOARD_VARIANT}" ]; then
0 commit comments