Skip to content

Commit

Permalink
chore: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 26, 2024
1 parent 6c1bb7a commit b910256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/sccache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ runs:
echo "SCCACHE_S3_KEY_PREFIX=sccache/${{ inputs.platform }}/" >> $GITHUB_ENV
# "SCCACHE_VERSION" is used inside Docker to install the same version of sccache
echo "SCCACHE_VERSION=${{ inputs.version }}" >> $GITHUB_ENV
echo "CC=\"sccache clang\"" >> $GITHUB_ENV
echo "CXX=\"sccache clang++\"" >> $GITHUB_ENV
echo "CC=sccache clang" >> $GITHUB_ENV
echo "CXX=sccache clang++" >> $GITHUB_ENV

0 comments on commit b910256

Please sign in to comment.