Skip to content

Commit 66571e1

Browse files
author
Michael O'Cleirigh
committed
Try to fix build
1 parent 44b7fbe commit 66571e1

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/build_esp32.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,13 @@ jobs:
3737
cd tflm_esp_kernels
3838
git submodule update --init components/esp32-camera
3939
git submodule update --init components/esp-nn
40-
- name: Get Cache Keys
41-
# later get this like this: git ls-remote --heads https://github.com/espressif/esp-idf
42-
# this commit is hard-coded in micropython/tools/ci.sh
43-
run: |
44-
IDF_COMMIT=142bb32c50fa9875b8b69fa539a2d59559460d72
45-
echo "esp-idf-commit=$IDF_COMMIT" >> $GITHUB_ENV
46-
TFLM_COMMIT=$(git submodule status tensorflow | awk '{print ($1)}')
47-
echo "tflm-commit=$TFLM_COMMIT" >> $GITHUB_ENV
48-
# - name: Cache esp-idf
49-
# id: cache-esp-idf
50-
# uses: actions/cache@v2
51-
# env:
52-
# cache-name: cache-esp-idf
53-
# with:
54-
# path: ./esp-idf
55-
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.esp-idf-commit }}
5640
- name: Setup Build for Tensorflow
5741
# if: steps.cache-tflm.outputs.cache-hit != 'true'
5842
run: |
5943
pip3 install Pillow
6044
pip3 install Wave
45+
46+
pwd
6147
6248
echo "Regenerating microlite/tfm directory"
6349
rm -rf ./micropython-modules/microlite/tflm

0 commit comments

Comments
 (0)