From 056111567f1b89707d94aefd3b98af5fa41b7162 Mon Sep 17 00:00:00 2001 From: Kamran Bhatti Date: Sat, 13 Apr 2024 23:09:57 +0100 Subject: [PATCH] Subject: remove sccache --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 295ef43..5a1150f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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