Skip to content

Commit d100822

Browse files
committed
chore: use clang
1 parent ba6507a commit d100822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/sccache/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ runs:
7171
echo "SCCACHE_S3_KEY_PREFIX=sccache/${{ inputs.platform }}/" >> $GITHUB_ENV
7272
# "SCCACHE_VERSION" is used inside Docker to install the same version of sccache
7373
echo "SCCACHE_VERSION=${{ inputs.version }}" >> $GITHUB_ENV
74-
echo "CC=\"sccache cc\"" >> $GITHUB_ENV
75-
echo "CXX=\"sccache c++\"" >> $GITHUB_ENV
74+
echo "CC=\"sccache clang\"" >> $GITHUB_ENV
75+
echo "CXX=\"sccache clang++\"" >> $GITHUB_ENV

0 commit comments

Comments
 (0)