We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21b2b9 commit 3b9156eCopy full SHA for 3b9156e
1 file changed
.github/actions/build-with-host/action.yml
@@ -40,7 +40,6 @@ runs:
40
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
41
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
42
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite');
43
- core.exportVariable('VCPKG_FORCE_SYSTEM_BINARIES', '1');
44
45
- name: Install Linux build dependencies
46
if: ${{ inputs.os == 'linux' }}
0 commit comments