Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris170 committed Nov 17, 2024
1 parent b118242 commit 9b2257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.strings.outputs.vcpkg-dir }}
key: ${{ runner.os }}-vcpkg-${{ hashFiles('**/vcpkg.json') }}
key: ${{ runner.os }}-${{ runner.build_type }}-vcpkg-${{ hashFiles('**/vcpkg.json') }}
restore-keys: |
${{ runner.os }}-${{ runner.build_type }}-vcpkg-cache
Expand Down

0 comments on commit 9b2257e

Please sign in to comment.