We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcd1da commit f1ebe4dCopy full SHA for f1ebe4d
ci/azure/posix.yml
@@ -29,13 +29,11 @@ jobs:
29
displayName: 'Workaround for mamba-org/mamba#488'
30
31
- script: |
32
- echo $PATH
33
- whoami
34
sccache_version=v0.2.15
35
sccache_archive_name=sccache-$sccache_version-x86_64-apple-darwin
36
curl -L https://github.com/mozilla/sccache/releases/download/$sccache_version/$sccache_archive_name.tar.gz \
37
- | tar xzf - -O $sccache_archive_name/sccache > ~runner/bin/sccache
38
- chmod +x ~runner/bin/sccache
+ | tar xzf - -O $sccache_archive_name/sccache > /usr/local/bin/sccache
+ chmod +x /usr/local/bin/sccache
39
env | grep -i workspace
40
env | grep -i runner
41
SCCACHE_IDLE_TIMEOUT=999999 SCCACHE_DIR=~/.sccache sccache --start-server
0 commit comments