]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* .github/workflows/windows.yml: Enable VCPKG artifacts caching.
authorIvan Zhakov <ivan@apache.org>
Sat, 20 Jul 2024 16:09:24 +0000 (16:09 +0000)
committerIvan Zhakov <ivan@apache.org>
Sat, 20 Jul 2024 16:09:24 +0000 (16:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919411 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/windows.yml

index 4164e81ef34ec73988b202a88bb077c42561af7b..775dada46143d7a6f058b7407bbd50c09b983185 100644 (file)
@@ -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