Skip to content

Commit

Permalink
enable sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 27, 2024
1 parent 6fe3e4d commit cc54a27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/autofix-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ concurrency:

jobs:
autofix:
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bloat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ name: bloat

jobs:
cargo_bloat:
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit cc54a27

Please sign in to comment.