From d32411c4a5857c9f7dfbcca42dd8eaa17be7f99c Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Wed, 11 Dec 2024 21:31:43 +0100 Subject: [PATCH] misc(ci): install sccache --- .github/workflows/build_trtllm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index 8e2d922197b..da16de9ae5f 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -33,6 +33,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 + - name: "Install sccache" + run: cargo install sscache +