Skip to content

Commit 86b96c0

Browse files
committed
fix(ccache): revert to hendrikmuhs repo
1 parent 4694a61 commit 86b96c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ runs:
137137
chmod +x "epic-sccache/sccache"
138138
echo "SCCACHE_CACHE_MULTIARCH=1" >> $GITHUB_ENV
139139
140-
# https://github.com/hendrikmuhs/ccache-action/pull/182
141140
- name: Setup sccache
142-
uses: chirag-droid/ccache-action@main
141+
uses: hendrikmuhs/ccache-action@1.2.17
143142
with:
144143
variant: ${{ inputs.ccache-variant }}
145144
key: ${{ steps.platform.outputs.target_id }}-v1

0 commit comments

Comments
 (0)