-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b319c5
commit b53c9d5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,13 @@ runs: | |
- uses: actions/cache@v4 | ||
if: runner.os != 'Linux' | ||
with: | ||
key: deps-${{ inputs.preset }}-${{ hashFiles('./vcpkg.json') }} | ||
key: deps-${{ inputs.preset }}-${{ hashFiles('./vcpkg.json') }}-ImageVersion=${{ env.ImageVersion }} | ||
path: ./vcpkg_cache | ||
|
||
- uses: actions/cache@v4 | ||
if: runner.os == 'Linux' | ||
with: | ||
key: deps=${{ inputs.preset }}-${{ hashFiles('./vcpkg.json', '.github/actions/openziti-tunnel-build-action/gh-release/vcpkg-overlays/**/vcpkg.json') }} | ||
key: deps-${{ inputs.preset }}-${{ hashFiles('./vcpkg.json', '.github/actions/openziti-tunnel-build-action/gh-release/vcpkg-overlays/**/vcpkg.json') }}-ImageVersion=${{ env.ImageVersion }} | ||
path: ./vcpkg_cache | ||
|
||
- uses: lukka/[email protected] # pin version to avoid failed glibc dependency on ubuntu 20 runners. go back to @latest when ubuntu 22+ is adopted for runner os. | ||
|