chore(deps): update sccache version comments (#5234)

This commit is contained in:
Felanbird 2024-03-03 22:32:52 -05:00 committed by GitHub
parent c1326e9b47
commit 6bc34ca97a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ jobs:
shell: powershell shell: powershell
- name: Setup sccache (Windows) - name: Setup sccache (Windows)
# sccache v0.5.3 # sccache v0.7.4
uses: hendrikmuhs/ccache-action@v1.2.12 uses: hendrikmuhs/ccache-action@v1.2.12
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')
with: with:

View file

@ -72,7 +72,7 @@ jobs:
"C2_CONAN_CACHE_SUFFIX=$(if ($Env:C2_BUILD_WITH_QT6 -eq "on") { "-QT6" } else { "`" })" >> "$Env:GITHUB_ENV" "C2_CONAN_CACHE_SUFFIX=$(if ($Env:C2_BUILD_WITH_QT6 -eq "on") { "-QT6" } else { "`" })" >> "$Env:GITHUB_ENV"
- name: Setup sccache - name: Setup sccache
# sccache v0.5.3 # sccache v0.7.4
uses: hendrikmuhs/ccache-action@v1.2.12 uses: hendrikmuhs/ccache-action@v1.2.12
with: with:
variant: sccache variant: sccache