소스 검색

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: |