mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
ci: rollback to previous buildcache version (#1981)
buildcache's latest release changes to be built on Ubuntu22.04, which breaks our 20.04 runners
This commit is contained in:
@@ -35,9 +35,10 @@ jobs:
|
||||
libxi-dev zip ninja-build
|
||||
|
||||
- name: Setup Buildcache
|
||||
uses: mikehardy/buildcache-action@v1.3.0
|
||||
uses: xTVaser/buildcache-action@version-flag
|
||||
with:
|
||||
cache_key: linux-ubuntu-20.04-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
|
||||
buildcache_tag: v0.27.6
|
||||
|
||||
- name: CMake Generation
|
||||
env:
|
||||
|
||||
@@ -35,9 +35,10 @@ jobs:
|
||||
libxi-dev zip ninja-build
|
||||
|
||||
- name: Setup Buildcache
|
||||
uses: mikehardy/buildcache-action@v1.3.0
|
||||
uses: xTVaser/buildcache-action@version-flag
|
||||
with:
|
||||
cache_key: linux-ubuntu-20.04-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }}
|
||||
buildcache_tag: v0.27.6
|
||||
|
||||
- name: CMake Generation
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user