We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4694a61 commit 86b96c0Copy full SHA for 86b96c0
action.yml
@@ -137,9 +137,8 @@ runs:
137
chmod +x "epic-sccache/sccache"
138
echo "SCCACHE_CACHE_MULTIARCH=1" >> $GITHUB_ENV
139
140
- # https://github.com/hendrikmuhs/ccache-action/pull/182
141
- name: Setup sccache
142
- uses: chirag-droid/ccache-action@main
+ uses: hendrikmuhs/ccache-action@1.2.17
143
with:
144
variant: ${{ inputs.ccache-variant }}
145
key: ${{ steps.platform.outputs.target_id }}-v1
0 commit comments