docs: Update the sccache name (#20860)

* docs: Update the sccache name (#20462)

(cherry picked from commit b3e7657159)

* Update sccache name in circleCI
This commit is contained in:
John Kleinschmidt
2019-10-30 18:48:55 -04:00
committed by GitHub
parent 055b5d274e
commit 71009fd61e
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ You can avoid much of the wait by reusing Electron CI's build output via
optional steps (listed below) and these two environment variables:
```sh
export SCCACHE_BUCKET="electronjs-sccache"
export SCCACHE_BUCKET="electronjs-sccache-ci"
export SCCACHE_TWO_TIER=true
```