Browse Source

Try to speed up the build

Sebastien L 3 năm trước cách đây
mục cha
commit
168eb061af
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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: |