Skip to content

Commit 0b8a753

Browse files
authored
chore(ci): fix sccache log path (#17209)
1 parent 0a84452 commit 0b8a753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup_build_tool/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
export SCCACHE_REGION=us-east-2
4949
export SCCACHE_S3_KEY_PREFIX="cache/sccache/"
5050
export SCCACHE_S3_USE_SSL="true"
51-
export SCCACHE_ERROR_LOG=target/sccache.log
51+
export SCCACHE_ERROR_LOG=/workspace/target/sccache.log
5252
export SCCACHE_LOG=info
5353
EOF
5454
;;
@@ -60,7 +60,7 @@ runs:
6060
export SCCACHE_GCS_RW_MODE=READ_WRITE
6161
export SCCACHE_GCS_BUCKET=databend-ci
6262
export SCCACHE_GCS_KEY_PREFIX="cache/sccache/"
63-
export SCCACHE_ERROR_LOG=target/sccache.log
63+
export SCCACHE_ERROR_LOG=/workspace/target/sccache.log
6464
export SCCACHE_LOG=info
6565
EOF
6666
;;

0 commit comments

Comments
 (0)