Skip to content

Commit

Permalink
hash for ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EfesX committed Jun 7, 2024
1 parent 10b6e32 commit decd09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/cache@v3
with:
path: build/vcpkg_installed
key: ${{ runner.os }}-vcpkg-${{ hashFiles('./vcpkg.json') }}
key: ${{ runner.os }}-vcpkg-${{ hashFiles('./build/vcpkg_installed/vcpkg/info/*.list') }}
restore-keys: ${{ runner.os }}-vcpkg-

- name: installing
Expand Down

0 comments on commit decd09a

Please sign in to comment.