浏览代码

Try to speed up the build

Sebastien L 3 年之前
父节点
当前提交
168eb061af
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 
+          ./
         key: ${{ runner.os }}-${{ matrix.node }}
     - name: Set build parameters
       run: |