From: Ivan Zhakov Date: Sat, 20 Jul 2024 16:09:24 +0000 (+0000) Subject: * .github/workflows/windows.yml: Enable VCPKG artifacts caching. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152035066b015b21347057bc8cab3e1ce2116d27;p=thirdparty%2Fapache%2Fhttpd.git * .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 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4164e81ef34..775dada4614 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