Skip to content

Commit f1ebe4d

Browse files
committed
WIP
1 parent 4bcd1da commit f1ebe4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/azure/posix.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ jobs:
2929
displayName: 'Workaround for mamba-org/mamba#488'
3030

3131
- script: |
32-
echo $PATH
33-
whoami
3432
sccache_version=v0.2.15
3533
sccache_archive_name=sccache-$sccache_version-x86_64-apple-darwin
3634
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
35+
| tar xzf - -O $sccache_archive_name/sccache > /usr/local/bin/sccache
36+
chmod +x /usr/local/bin/sccache
3937
env | grep -i workspace
4038
env | grep -i runner
4139
SCCACHE_IDLE_TIMEOUT=999999 SCCACHE_DIR=~/.sccache sccache --start-server

0 commit comments

Comments
 (0)