Skip to content

Commit

Permalink
Good enough...
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-quinn committed Jul 28, 2023
1 parent 22e683f commit 507dc8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 507dc8d

Please sign in to comment.