Skip to content

Commit 2ae387d

Browse files
Update ESP32.yml
1 parent 9194be8 commit 2ae387d

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
@@ -121,9 +121,9 @@ jobs:
121121
git clone https://github.com/cnadler86/mp_jpeg.git
122122
cd ${{ github.workspace }}/esp-dl
123123
sed -i '364s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
124-
case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' vision/image/dl_image_process.cpp
124+
case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' ${{ github.workspace }}/esp-dl/vision/image/dl_image_process.cpp
125125
sed -i '686s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
126-
case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' vision/image/dl_image_process.cpp
126+
case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' ${{ github.workspace }}/esp-dl/vision/image/dl_image_process.cpp
127127
cd ${{ github.workspace }}/boards/
128128
129129
# Check if a variant is defined and adjust the idf.py command

0 commit comments

Comments
 (0)