Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/rustLaunchSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# note that build type isn't considered in the cache key, because I now
# force use of release-flavored dependencies
- name: Setup vcpkg (1/4)
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
key:
# only hash on files present without configure/build
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
# save cache if warranted
- name: Update vcpkg cache (2/2)
if: ${{ steps.cache_vcpkg.outputs.CHECK_OUTPUT == 'true' }}
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
key:
# only hash on files present without configure/build
Expand Down
Loading