Skip to content

Commit d5364c6

Browse files
committed
updated vcpkg binary cache dir
1 parent 73a973b commit d5364c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/clang_tidy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
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

.github/workflows/linux-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
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

0 commit comments

Comments
 (0)