File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments