Skip to content

Commit 572e987

Browse files
Update ESP32.yml
1 parent cb5f180 commit 572e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ESP32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
cd ${{ github.workspace }}/esp-dl
123123
sed -i '364s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
124124
case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' ${{ github.workspace }}/esp-dl/esp-dl/vision/image/dl_image_process.cpp
125-
sed -i '686s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
125+
sed -i '687s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
126126
case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' ${{ github.workspace }}/esp-dl/esp-dl/vision/image/dl_image_process.cpp
127127
cd ${{ github.workspace }}/boards/
128128

0 commit comments

Comments
 (0)