Skip to content

Commit

Permalink
ci: enable sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 1, 2024
1 parent 6e7baf1 commit 391ab9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,19 @@ jobs:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: jdx/mise-action@v2
with:
experimental: true
- run: mise install
shell: bash
working-directory: ${{ matrix.folder }}
- run: task ci
shell: bash
working-directory: ${{ matrix.folder }}
- run: ${SCCACHE_PATH} --show-stats
shell: bash

0 comments on commit 391ab9e

Please sign in to comment.