Skip to content

Commit 38dfee7

Browse files
committed
Linux runner vcpkg cache attempt #2
1 parent 957fc31 commit 38dfee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Point VCPKG_BINARY_SOURCES to host filesystem (Linux only)
3838
if: runner.os == 'Linux'
3939
run: |
40-
echo "VCPKG_BINARY_SOURCES=${RUNNER_WORKSPACE}/b/vcpkg_cache" >> $GITHUB_ENV
40+
echo "VCPKG_BINARY_SOURCES=/host/${RUNNER_WORKSPACE}/b/vcpkg_cache" >> $GITHUB_ENV
4141
shell: bash
4242

4343
- name: run vcpkg

0 commit comments

Comments
 (0)