Skip to content

Commit

Permalink
Update Windows-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Apr 23, 2024
1 parent 37a4c4c commit 297703d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Windows-CI.yml
Original file line number Diff line number Diff line change
@@ -77,13 +77,13 @@ 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' )}}
${{ os.release }}-${{ hashFiles( './engine/vcpkg.json' )}}
- name: install-vcpkg
if: steps.cache.outputs.cache-hit != 'true'

0 comments on commit 297703d

Please sign in to comment.