Skip to content

Commit d2e5d78

Browse files
committed
try a different cache config
1 parent 8abd0f5 commit d2e5d78

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
11+
VCPKG_FEATURE_FLAGS: 'binarycaching'
1112

1213
jobs:
1314
# Linux build with multiple compilers
@@ -130,14 +131,6 @@ jobs:
130131
steps:
131132
- uses: actions/checkout@v4
132133

133-
- name: Setup vcpkg binary caching
134-
if: matrix.config == 'full'
135-
uses: actions/github-script@v7
136-
with:
137-
script: |
138-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
139-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
140-
141134
- name: Setup vcpkg
142135
if: matrix.config == 'full'
143136
uses: lukka/run-vcpkg@v11

0 commit comments

Comments
 (0)