Skip to content

Commit

Permalink
Subject: remove sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
k5924 committed Apr 13, 2024
1 parent 49c74b0 commit 0561115
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
steps:
- name: Set up Rust
uses: actions/checkout@v3
- name: Install sccache
run: cargo install sccache
- name: Configure sccache
run: sccache --set-dir=$HOME/.cache/sccache
- name: Cache sccache
uses: actions/cache@v2
with:
path: $HOME/.cache/sccache
key: ${{ runner.os }}-sccache-${{ hashFiles('Cargo.lock') }}
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Install nextest
Expand Down

0 comments on commit 0561115

Please sign in to comment.