Sfoglia il codice sorgente

Try to fix cache for build

Sebastien L 3 anni fa
parent
commit
cdf6e88362
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .github/workflows/esp-idf-v4.3-build.yml

+ 2 - 1
.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