Skip to content

Commit

Permalink
windows-tests: vcpkg cleanup cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
omars44 committed Dec 3, 2023
1 parent f93df2d commit 3ba161f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
path: |
${{github.workspace}}/vcpkg
${{github.workspace}}/vcpkg/installed
key: vcpkg-${{matrix.version}}-${{matrix.arch}}-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}
key: vcpkg-${{matrix.version}}-${{matrix.arch}}-${{ hashFiles('**/vcpkg.json') }}
restore-keys: |
vcpkg-${{matrix.version}}-${{matrix.arch}}-${{ runner.os }}-
vcpkg-${{matrix.version}}-${{matrix.arch}}-
- name: install zlib with vcpkg
uses: omars44/pecl-windows-deps-installer@master
Expand Down

0 comments on commit 3ba161f

Please sign in to comment.