mirror of https://github.com/PCSX2/pcsx2.git
build(deps): bump mikehardy/buildcache-action from 1.2.1 to 1.2.2
Bumps [mikehardy/buildcache-action](https://github.com/mikehardy/buildcache-action) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/mikehardy/buildcache-action/releases) - [Changelog](https://github.com/mikehardy/buildcache-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikehardy/buildcache-action/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: mikehardy/buildcache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bb5bfda5c6
commit
8ba9cc102a
|
@ -99,7 +99,7 @@ jobs:
|
|||
run: git submodule update --init --recursive -j $env:NUMBER_OF_PROCESSORS
|
||||
|
||||
- name: Setup Buildcache
|
||||
uses: mikehardy/buildcache-action@v1.2.1
|
||||
uses: mikehardy/buildcache-action@v1.2.2
|
||||
with:
|
||||
cache_key: ${{ matrix.os }} ${{ matrix.platform }} ${{ matrix.configuration }}
|
||||
if: matrix.configuration == 'CMake' # TODO: buildcache on VS
|
||||
|
|
Loading…
Reference in New Issue