Skip to content

Commit

Permalink
Update sccache to 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond authored and rfk committed Jun 1, 2021
1 parent 3976a3b commit 52593e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands:
- run:
name: Install sccache
command: |
SCCACHE_VERSION=0.2.13
SCCACHE_VERSION=v0.2.15
if [ "$(uname)" == "Darwin" ]; then
SCCACHE="sccache-${SCCACHE_VERSION}-x86_64-apple-darwin"
else
Expand Down

0 comments on commit 52593e3

Please sign in to comment.