We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6507a commit d100822Copy full SHA for d100822
.github/actions/sccache/action.yaml
@@ -71,5 +71,5 @@ runs:
71
echo "SCCACHE_S3_KEY_PREFIX=sccache/${{ inputs.platform }}/" >> $GITHUB_ENV
72
# "SCCACHE_VERSION" is used inside Docker to install the same version of sccache
73
echo "SCCACHE_VERSION=${{ inputs.version }}" >> $GITHUB_ENV
74
- echo "CC=\"sccache cc\"" >> $GITHUB_ENV
75
- echo "CXX=\"sccache c++\"" >> $GITHUB_ENV
+ echo "CC=\"sccache clang\"" >> $GITHUB_ENV
+ echo "CXX=\"sccache clang++\"" >> $GITHUB_ENV
0 commit comments