Skip to content

Commit

Permalink
Import ccache-action into squid account
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Nov 3, 2024
1 parent 32bfbcf commit 11b9921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup ccache
uses: hendrikmuhs/[email protected]
uses: squid-cache/[email protected]
with:
verbose: 2 # default 0
append-timestamp: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup ccache
uses: hendrikmuhs/[email protected]
uses: squid-cache/[email protected]
with:
verbose: 2 # default 0
append-timestamp: false
Expand Down

0 comments on commit 11b9921

Please sign in to comment.