File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 path : |
103103 ${{ env.ESP_IDF_DIR }}
104104 ~/.espressif/
105- ~/.cache/pip/
105+ ~/.cache/pip/*
106106 ${{ env.MICROPYTHON_DIR }}
107107 key : mpy-${{ env.MPY_RELEASE }}
108108 restore-keys : mpy-
@@ -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;/' ${{ github.workspace }}/esp-dl/vision/image/dl_image_process.cpp
124+ case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' ${{ github.workspace }}/esp-dl/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;/' ${{ github.workspace }}/esp-dl/vision/image/dl_image_process.cpp
126+ 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
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