Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
v1.17: ci: fixed sccache version for sccache-action (backport of #33904
Browse files Browse the repository at this point in the history
…) (#33907)

ci: fixed sccache version for sccache-action (#33904)

(cherry picked from commit 1ce91a5)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
  • Loading branch information
mergify[bot] and yihau authored Oct 27, 2023
1 parent 42fcac8 commit ed4dcf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
.github/scripts/purge-ubuntu-runner.sh
- uses: mozilla-actions/sccache-action@v0.0.3
with:
version: "v0.5.4"

- shell: bash
run: |
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
.github/scripts/purge-ubuntu-runner.sh
- uses: mozilla-actions/sccache-action@v0.0.3
with:
version: "v0.5.4"

- shell: bash
run: |
Expand Down Expand Up @@ -139,6 +143,8 @@ jobs:
.github/scripts/purge-ubuntu-runner.sh
- uses: mozilla-actions/sccache-action@v0.0.3
with:
version: "v0.5.4"

- shell: bash
run: |
Expand Down

0 comments on commit ed4dcf9

Please sign in to comment.