Skip to content

Commit 0ca2d40

Browse files
committed
WIP
1 parent 0722e61 commit 0ca2d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-sccache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
shell: bash
2323

2424
- name: Setup sccache
25-
uses: jonashaag/ccache-action@main
25+
uses: hendrikmuhs/ccache-action@v1.1
2626
with:
2727
variant: sccache
2828
key: ${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}

0 commit comments

Comments
 (0)