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