summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-23 14:39:25 -0400
committerJason Wray <jason@mapbox.com>2017-10-23 14:39:25 -0400
commitbfe5f9c11e1000d3733ab1e61efad7f6605473d4 (patch)
tree89748d11075e8df83f01941b3767bf70ce671781
parentf245212e8852c97de245b19f914185ce019c1e6f (diff)
downloadqtlocation-mapboxgl-upstream/fb-circleci-agua-ccache-path.tar.gz
but also give permission to access /root/.ccacheupstream/fb-circleci-agua-ccache-path
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 12d199cf39..ead9549be7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -116,7 +116,7 @@ step-library:
name: Install dependencies
command: |
brew install cmake
- sudo mkdir -p /root/.ccache
+ sudo mkdir -p -m 0777 /root/.ccache
brew install ccache
sudo gem install fastlane --no-document