mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore(deps): update sccache version comments (#5234)
This commit is contained in:
parent
c1326e9b47
commit
6bc34ca97a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -196,7 +196,7 @@ jobs:
|
|||
shell: powershell
|
||||
|
||||
- name: Setup sccache (Windows)
|
||||
# sccache v0.5.3
|
||||
# sccache v0.7.4
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
with:
|
||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
"C2_CONAN_CACHE_SUFFIX=$(if ($Env:C2_BUILD_WITH_QT6 -eq "on") { "-QT6" } else { "`" })" >> "$Env:GITHUB_ENV"
|
||||
|
||||
- name: Setup sccache
|
||||
# sccache v0.5.3
|
||||
# sccache v0.7.4
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
with:
|
||||
variant: sccache
|
||||
|
|
Loading…
Reference in a new issue