Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean vcpkg downloads and buildtrees after building each package for Windows build #70

Merged
merged 11 commits into from
Dec 12, 2023
Prev Previous commit
Next Next commit
Add default vcpkg binary caching provder.
abeltrano committed Dec 12, 2023
commit d0f8b52b1393bc649a8960665cd1bb5331ed9d51
2 changes: 1 addition & 1 deletion .github/actions/build-with-host/action.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ runs:
run: |
echo "VCPKG_DEFAULT_BINARY_CACHE=${VCPKG_DEFAULT_BINARY_CACHE}" >> "${GITHUB_ENV}"
New-Item -Path ${env:VCPKG_DEFAULT_BINARY_CACHE} -ItemType Directory -Force
vcpkg install --binarysource="clear;files,${VCPKG_DEFAULT_BINARY_CACHE},x-gha,readwrite"
vcpkg install --binarysource="clear;default,x-gha,readwrite"
shell: pwsh

- name: CMake Configure