mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore(deps): update hendrikmuhs/ccache-action action to v1.2.22 (#5263)
This commit is contained in:
commit
39bc1a72dc
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ runs:
|
||||||
# TODO(@getchoo): Get this working on MSYS2!
|
# TODO(@getchoo): Get this working on MSYS2!
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
if: ${{ (runner.os != 'Windows' || inputs.msystem == '') && inputs.build-type == 'Debug' }}
|
if: ${{ (runner.os != 'Windows' || inputs.msystem == '') && inputs.build-type == 'Debug' }}
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.21
|
uses: hendrikmuhs/ccache-action@v1.2.22
|
||||||
with:
|
with:
|
||||||
variant: sccache
|
variant: sccache
|
||||||
create-symlink: ${{ runner.os != 'Windows' }}
|
create-symlink: ${{ runner.os != 'Windows' }}
|
||||||
|
|
|
||||||
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
submodules: "true"
|
submodules: "true"
|
||||||
|
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.21
|
uses: hendrikmuhs/ccache-action@v1.2.22
|
||||||
with:
|
with:
|
||||||
variant: sccache
|
variant: sccache
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue