From 168eb061afc4e486e412348b462b41df17d01083 Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Tue, 1 Feb 2022 07:59:23 -0500 Subject: [PATCH] Try to speed up the 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 8695ff5b..cf687d85 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 + ./ key: ${{ runner.os }}-${{ matrix.node }} - name: Set build parameters run: |