Skip to content

Commit b491c50

Browse files
committed
x
1 parent 8962968 commit b491c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup_build_tool/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
export SCCACHE_REGION=us-east-2
6161
export SCCACHE_S3_KEY_PREFIX="sccache/${{ steps.toolchain.outputs.TOOLCHAIN_VERSION }}/"
6262
export SCCACHE_S3_USE_SSL="true"
63+
export SCCACHE_RECACHE=true
6364
export SCCACHE_ERROR_LOG=/workspace/target/sccache.log
6465
export SCCACHE_LOG=info
6566
EOF
@@ -72,6 +73,7 @@ runs:
7273
export SCCACHE_IDLE_TIMEOUT=0
7374
export SCCACHE_GCS_RW_MODE=READ_WRITE
7475
export SCCACHE_GCS_BUCKET=databend-ci
76+
export SCCACHE_RECACHE=true
7577
export SCCACHE_GCS_KEY_PREFIX="sccache/${{ steps.toolchain.outputs.TOOLCHAIN_VERSION }}/"
7678
export SCCACHE_ERROR_LOG=/workspace/target/sccache.log
7779
export SCCACHE_LOG=info

0 commit comments

Comments
 (0)