diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index c75e806703..4979f5d64a 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -46,7 +46,8 @@ jobs: } - name: ccache - uses: hendrikmuhs/ccache-action@v1.2 + # Use fork to resolve cache misses / duplicated cache entries on Windows. + uses: Andrej730/ccache-action@main with: key: win-${{ matrix.arch }}