File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/cache/restore@v4
3434 with :
3535 path : ${{ github.workspace }}/vcpkg-test-cache
36- key : vcpkg-test-cache
36+ key : vcpkg-test-cache-${{ github.run_id }}
3737 restore-keys : vcpkg-test-cache
3838
3939 - name : CMake Build
4545 uses : actions/cache/save@v4
4646 with :
4747 path : ${{ github.workspace }}/vcpkg-test-cache
48- key : vcpkg-test-cache
48+ key : vcpkg-test-cache-${{ github.run_id }}
4949
5050 build :
5151 needs : test
7777 uses : actions/cache/restore@v5
7878 with :
7979 path : ${{ github.workspace }}/vcpkg-${{ matrix.os }}
80- key : vcpkg-${{ matrix.os }}
80+ key : vcpkg-${{ matrix.os }}-${{ github.run_id }}
8181 restore-keys : vcpkg-${{ matrix.os }}
8282
8383 - name : Ubuntu setup
9797 uses : actions/cache/save@v5
9898 with :
9999 path : ${{ github.workspace }}/vcpkg-${{ matrix.os }}
100- key : vcpkg-${{ matrix.os }}
100+ key : vcpkg-${{ matrix.os }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments