File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/cache@v4
2626 with :
2727 path : |
28- /opt/vcpkg/installed # This is where vcpkg installs the built packages that CMake actually uses
29- /opt/vcpkg/downloads # This prevents re-downloading source archives
30- ~ /.cache/vcpkg/archives # This is where vcpkg stores binary cache archives
28+ /opt/vcpkg/installed # This is where vcpkg installs the built packages that CMake actually uses
29+ /opt/vcpkg/downloads # This prevents re-downloading source archives
30+ /root /.cache/vcpkg/archives # This is where vcpkg stores binary cache archives
3131 key : ${{ runner.os }}-vcpkg-${{ matrix.preset }}-${{ hashFiles('vcpkg.json') }}
3232 restore-keys : ${{ runner.os }}-vcpkg-
3333
Original file line number Diff line number Diff line change 2929 uses : actions/cache@v4
3030 with :
3131 path : |
32- /opt/vcpkg/installed # This is where vcpkg installs the built packages that CMake actually uses
33- /opt/vcpkg/downloads # This prevents re-downloading source archives
34- ~ /.cache/vcpkg/archives # This is where vcpkg stores binary cache archives
32+ /opt/vcpkg/installed # This is where vcpkg installs the built packages that CMake actually uses
33+ /opt/vcpkg/downloads # This prevents re-downloading source archives
34+ /root /.cache/vcpkg/archives # This is where vcpkg stores binary cache archives
3535 key : ${{ runner.os }}-vcpkg-${{ matrix.preset }}-${{ hashFiles('vcpkg.json') }}
3636 restore-keys : ${{ runner.os }}-vcpkg-
3737
You can’t perform that action at this time.
0 commit comments