misc(ci): let's use the correct way to invoke sccache

This commit is contained in:
Morgan Funtowicz 2024-12-11 22:17:37 +01:00
parent 9c8519337b
commit 1ca37d3353

View File

@ -52,7 +52,8 @@ jobs:
SCCACHE_REGION: "us-east-1"
SCCACHE_S3_USE_SSL: false
SCCACHE_S3_KEY_PREFIX: "tgi+trtllm"
run: sccache build --package text-generation-backends-trtllm --bin text-generation-backends-trtllm
RUSTC_WRAPPER: sccache
run: cargo build --package text-generation-backends-trtllm --bin text-generation-backends-trtllm