mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore(deps): update ccache-action back to upstream repo (#5233)
This commit is contained in:
parent
77cfd1393c
commit
c1326e9b47
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -197,7 +197,7 @@ jobs:
|
|||
|
||||
- name: Setup sccache (Windows)
|
||||
# sccache v0.5.3
|
||||
uses: nerixyz/ccache-action@9a7e8d00116ede600ee7717350c6594b8af6aaa5
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
with:
|
||||
variant: sccache
|
||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
- name: Setup sccache
|
||||
# sccache v0.5.3
|
||||
uses: nerixyz/ccache-action@9a7e8d00116ede600ee7717350c6594b8af6aaa5
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
with:
|
||||
variant: sccache
|
||||
# only save on the default (master) branch
|
||||
|
|
Loading…
Reference in a new issue