Skip to content

Commit

Permalink
misc(ci): install sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 11, 2024
1 parent 192da62 commit d32411c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: "Install sccache"
run: cargo install sscache




0 comments on commit d32411c

Please sign in to comment.