Skip to content

Commit

Permalink
Invalidate vcpkg cache
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Dec 3, 2024
1 parent 73e52ee commit 3b3f5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: |
/usr/local/share/vcpkg/installed
C:\vcpkg\installed
key: ${{ runner.os }}-vcpkg-15 # INCREMENT ME!!
key: ${{ runner.os }}-vcpkg-16 # INCREMENT ME!!

- name: Install Vcpkg Dependencies
if: (runner.os == 'macOS' || runner.os == 'Windows') && steps.cache-vcpkg.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 3b3f5df

Please sign in to comment.