Skip to content

Commit

Permalink
misc(ci): let's use the correct way to invoke sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 11, 2024
1 parent 9c85193 commit 1ca37d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 1ca37d3

Please sign in to comment.