Skip to content

Commit

Permalink
witn name @
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 committed Oct 10, 2024
1 parent 0e79c8e commit be8aa90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- ESP32_GENERIC_S3
- ESP32_GENERIC_S3-SPIRAM_OCT
- ESP32_GENERIC_S3-FLASH_4M
- ESP32_GENERIC_S3-SPIRAM_OCT:XIAO_ESP32S3
- ESP32_GENERIC_S3-SPIRAM_OCT@XIAO_ESP32S3

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

0 comments on commit be8aa90

Please sign in to comment.