diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index 1066a9a253c..d86124588f5 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -150,6 +150,9 @@ jobs: - name: Create Build Environment (Fuzzers) if: ${{ inputs.build_preset == 'Fuzzers' }} working-directory: ${{ github.workspace }} + env: + VCPKG_CACHE_SAS: ${{ github.ref == 'refs/heads/master' && secrets.VCPKG_CACHE_SAS || '' }} + VCPKG_CACHE_MODE: ${{ github.ref == 'refs/heads/master' && 'write' || '' }} run: | cmake --preset=Distribution -S Meta/Lagom -B ${{ github.workspace }}/Build/tools-build \ -DLAGOM_TOOLS_ONLY=ON \