ci: update buildcache back now that things have stabilized (#1997)

My changes for allowing an explicit tag have now been merged to the
original action, so no need to use my fork.

Additionally, buildcache itself reverted to using ubuntu 20.04 to fix
this issue, but we'll leave the explicit tag there anyway to avoid
sudden breakage in the future.
This commit is contained in:
Tyler Wilding 2022-10-29 18:22:02 -04:00 committed by GitHub
parent e8c723c265
commit 92105bb696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -35,10 +35,10 @@ jobs:
libxi-dev zip ninja-build
- name: Setup Buildcache
uses: xTVaser/buildcache-action@version-flag
uses: mikehardy/buildcache-action@v2
with:
cache_key: linux-ubuntu-20.04-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
buildcache_tag: v0.27.6
buildcache_tag: v0.28.1
- name: CMake Generation
env:

View file

@ -35,10 +35,10 @@ jobs:
libxi-dev zip ninja-build
- name: Setup Buildcache
uses: xTVaser/buildcache-action@version-flag
uses: mikehardy/buildcache-action@v2
with:
cache_key: linux-ubuntu-20.04-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
buildcache_tag: v0.27.6
buildcache_tag: v0.28.1
- name: CMake Generation
env: