We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abd0f5 commit d2e5d78Copy full SHA for d2e5d78
1 file changed
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ on:
8
9
env:
10
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
11
+ VCPKG_FEATURE_FLAGS: 'binarycaching'
12
13
jobs:
14
# Linux build with multiple compilers
@@ -130,14 +131,6 @@ jobs:
130
131
steps:
132
- uses: actions/checkout@v4
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
-
141
- name: Setup vcpkg
142
if: matrix.config == 'full'
143
uses: lukka/run-vcpkg@v11
0 commit comments