diff options
| author | Cody <cody@codyq.dev> | 2023-07-28 02:21:12 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-07-28 02:21:12 -0500 |
| commit | 507dc8d7996ce0bd1511451d9410c87bf9477a22 (patch) | |
| tree | 56cdec8d9990753d00a74ce9642c2edd9c106e49 /.github/workflows/testing.yml | |
| parent | 22e683f3f9832f47a8347b9510c80ace733a3d6b (diff) | |
| download | sloth-507dc8d7996ce0bd1511451d9410c87bf9477a22.tar.gz | |
Good enough...
Diffstat (limited to '.github/workflows/testing.yml')
| -rw-r--r-- | .github/workflows/testing.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 66e67a9..ad93c36 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -27,11 +27,6 @@ jobs: target key: ${{ runner.os }}-rustc-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/cache@v3 - with: - path: llvm - key: ${{ runner.os }}-llvm-15 - # Prepare toolchain related stuff - uses: dtolnay/rust-toolchain@stable with: |
