Skip to content

Commit

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

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

(cherry picked from commit 1ce91a5)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
  • Loading branch information
2 people authored and anwayde committed Nov 16, 2023
1 parent 4aba77c commit d0dfb52
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 d0dfb52

Please sign in to comment.