Try to fix cache for build

This commit is contained in:
Sebastien L
2022-01-04 14:52:45 -05:00
parent edb830f7b2
commit cdf6e88362

View File

@@ -41,7 +41,8 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: | path: |
build ~/build
~/components/wifi-manager/webapp/node_modules
/var/lib/docker /var/lib/docker
key: idf4.3-${{ runner.os }}-${{ matrix.node }}-${{ matrix.depth }} key: idf4.3-${{ runner.os }}-${{ matrix.node }}-${{ matrix.depth }}
- name: Set build parameters - name: Set build parameters