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 | |
| parent | 22e683f3f9832f47a8347b9510c80ace733a3d6b (diff) | |
| download | sloth-507dc8d7996ce0bd1511451d9410c87bf9477a22.tar.gz | |
Good enough...
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linting.yml | 7 | ||||
| -rw-r--r-- | .github/workflows/testing.yml | 5 |
2 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4526c5c..473f58f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -26,12 +26,7 @@ jobs: ~/.cargo/registry ~/.cargo/git target - key: ${{ runner.os }}-rustc-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - - uses: actions/cache@v3 - with: - path: llvm - key: ${{ runner.os }}-llvm-15 + key: ${{ runner.os }}-rustc-nightly-2023-06-19-cargo-${{ hashFiles('**/Cargo.lock') }}-linting # Prepare toolchain related stuff - uses: dtolnay/rust-toolchain@stable 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: |
