From cdf6e8836242576c7bd025c565ea9a8ebfbb51a5 Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Tue, 4 Jan 2022 14:52:45 -0500 Subject: [PATCH] Try to fix cache for build --- .github/workflows/esp-idf-v4.3-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/esp-idf-v4.3-build.yml b/.github/workflows/esp-idf-v4.3-build.yml index dea933f4..2f990559 100644 --- a/.github/workflows/esp-idf-v4.3-build.yml +++ b/.github/workflows/esp-idf-v4.3-build.yml @@ -41,7 +41,8 @@ jobs: uses: actions/cache@v2 with: path: | - build + ~/build + ~/components/wifi-manager/webapp/node_modules /var/lib/docker key: idf4.3-${{ runner.os }}-${{ matrix.node }}-${{ matrix.depth }} - name: Set build parameters