Skip to content

Commit c7eefe9

Browse files
Update ESP32.yml
1 parent 2ae387d commit c7eefe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ESP32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)