(temp) drop sccache version down in CI to 0.8.2

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-11 16:05:06 -05:00
parent ac0545f773
commit 39abd9a827

View file

@ -155,6 +155,8 @@ jobs:
- name: Run sccache-cache
if: (github.event.pull_request.draft != true) && (vars.DOCKER_USERNAME != '') && (vars.GITLAB_USERNAME != '') && (vars.SCCACHE_ENDPOINT != '') && (github.event.pull_request.user.login != 'renovate[bot]')
uses: mozilla-actions/sccache-action@main
with:
version: "v0.8.2"
# use rust-cache
- uses: Swatinem/rust-cache@v2
@ -292,6 +294,8 @@ jobs:
- name: Run sccache-cache
if: (github.event.pull_request.draft != true) && (vars.DOCKER_USERNAME != '') && (vars.GITLAB_USERNAME != '') && (vars.SCCACHE_ENDPOINT != '') && (github.event.pull_request.user.login != 'renovate[bot]')
uses: mozilla-actions/sccache-action@main
with:
version: "v0.8.2"
# use rust-cache
- uses: Swatinem/rust-cache@v2