From 5caac071984e9c707185bf36e42ec05003159f49 Mon Sep 17 00:00:00 2001 From: Stephen G Tuggy Date: Mon, 22 Apr 2024 18:04:58 -0700 Subject: [PATCH] Update Windows-CI.yml --- .github/workflows/Windows-CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Windows-CI.yml b/.github/workflows/Windows-CI.yml index d4503109fc..1c9ae962e4 100644 --- a/.github/workflows/Windows-CI.yml +++ b/.github/workflows/Windows-CI.yml @@ -73,10 +73,10 @@ jobs: # The other paths starting with '!' are exclusions: they contain temporary files generated during the build of the installed packages. path: | ${{ env.VCPKG_ROOT }} - !${{ env.VCPKG_ROOT }}/buildtrees - !${{ env.VCPKG_ROOT }}/packages - !${{ env.VCPKG_ROOT }}/downloads - !${{ env.VCPKG_ROOT }}/installed + #!${{ env.VCPKG_ROOT }}/buildtrees + #!${{ env.VCPKG_ROOT }}/packages + #!${{ env.VCPKG_ROOT }}/downloads + #!${{ env.VCPKG_ROOT }}/installed # The key is composed in a way that it gets properly invalidated whenever a different version of vcpkg is being used. key: | ${{ hashFiles( '.git/modules/vcpkg/HEAD' )}} @@ -84,7 +84,7 @@ jobs: - name: install-vcpkg if: steps.cache.outputs.cache-hit != 'true' run: | - git clone https://github.com/vegastrike/vcpkg-local.git ${{ env.VCPKG_ROOT }} + git clone https://github.com/Microsoft/vcpkg.git ${{ env.VCPKG_ROOT }} ${{ env.VCPKG_ROOT }}\bootstrap-vcpkg.bat -disableMetrics - name: run-build-script