Don’t create unexisting dir

This commit is contained in:
Syrus 2019-09-25 13:46:32 -07:00
parent d9f2cded26
commit 8a92e52f96

View File

@ -28,7 +28,6 @@ steps:
- bash: |
set -ex
env
mkdir -p $SCCACHE_DIR
SCCACHE_ERROR_LOG=`pwd`/sccache.log RUST_LOG=debug $RUSTC_WRAPPER --start-server
$RUSTC_WRAPPER -s
cat sccache.log