@@ -387,34 +387,34 @@ jobs:
387387 uses : actions/setup-node@v4
388388 with :
389389 node-version : ${{ matrix.node }}
390- - name : Enable Node.js cache
391- uses : actions/cache@v4
392- with :
393- path : ~/.npm
394- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
395- restore-keys : |
396- ${{ runner.os }}-node-
397- - name : Enable compiler cache
398- uses : actions/cache@v4
399- with :
400- path : ~/.ccache
401- key : ccache-${{ matrix.name }}-${{ github.sha }}
402- restore-keys : |
403- ccache-${{ matrix.name }}-
404- - name : Enable Conan cache
405- uses : actions/cache@v4
406- with :
407- path : ~/.conan2
408- key : v10-conan-${{ matrix.name }}-${{ github.sha }}
409- restore-keys : |
410- v10-conan-${{ matrix.name }}-
411- - name : Enable test cache
412- uses : actions/cache@v4
413- with :
414- path : ${{github.workspace}}/test/cache
415- key : v4-test-${{ matrix.name }}-${{ github.sha }}
416- restore-keys : |
417- v4-test-${{ matrix.name }}-
390+ # - name: Enable Node.js cache
391+ # uses: actions/cache@v4
392+ # with:
393+ # path: ~/.npm
394+ # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
395+ # restore-keys: |
396+ # ${{ runner.os }}-node-
397+ # - name: Enable compiler cache
398+ # uses: actions/cache@v4
399+ # with:
400+ # path: ~/.ccache
401+ # key: ccache-${{ matrix.name }}-${{ github.sha }}
402+ # restore-keys: |
403+ # ccache-${{ matrix.name }}-
404+ # - name: Enable Conan cache
405+ # uses: actions/cache@v4
406+ # with:
407+ # path: ~/.conan2
408+ # key: v10-conan-${{ matrix.name }}-${{ github.sha }}
409+ # restore-keys: |
410+ # v10-conan-${{ matrix.name }}-
411+ # - name: Enable test cache
412+ # uses: actions/cache@v4
413+ # with:
414+ # path: ${{github.workspace}}/test/cache
415+ # key: v4-test-${{ matrix.name }}-${{ github.sha }}
416+ # restore-keys: |
417+ # v4-test-${{ matrix.name }}-
418418 - name : Prepare environment
419419 run : |
420420 echo "CCACHE_DIR=$HOME/.ccache" >> $GITHUB_ENV
0 commit comments