Skip to content

Commit

Permalink
fix vcpkg-tool cache
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 25, 2023
1 parent 877b0d1 commit ddd93ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ matrix.vcpkg_path }}/vcpkg${{ matrix.exe_suffix }}
key: ${{ matrix.name }}-${{ env.VCPKG_COMMIT }}
key: vcpkg-tool-${{ vcpkg_host_triplet }}-${{ github.ref }}-${{ github.run_number }}
restore-keys: |
key: vcpkg-tool-${{ vcpkg_host_triplet }}-${{ github.ref }}
key: vcpkg-tool-${{ vcpkg_host_triplet }}
- name: Bootstrap vcpkg
run: ${{ matrix.vcpkg_bootstrap }}
Expand Down

0 comments on commit ddd93ec

Please sign in to comment.