diff options
author | Ivan Zhakov <ivan@apache.org> | 2024-07-20 18:09:24 +0200 |
---|---|---|
committer | Ivan Zhakov <ivan@apache.org> | 2024-07-20 18:09:24 +0200 |
commit | 152035066b015b21347057bc8cab3e1ce2116d27 (patch) | |
tree | 3c1494ceb6227b56956f4a591606de7e03b25bd6 /.github | |
parent | fr doc rebuild. (diff) | |
download | apache2-152035066b015b21347057bc8cab3e1ce2116d27.tar.xz apache2-152035066b015b21347057bc8cab3e1ce2116d27.zip |
* .github/workflows/windows.yml: Enable VCPKG artifacts caching.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4164e81ef3..775dada461 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,6 +30,8 @@ jobs: runs-on: windows-latest timeout-minutes: 30 name: ${{ matrix.name }} + env: + VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" steps: - name: Export GitHub Actions cache environment variables uses: actions/github-script@v7 |