Skip to content

Commit

Permalink
Synchronize with ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 22, 2023
1 parent 7b5f649 commit 126f4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
~/.cargo/git/db/
~/.dylint_drivers/
~/.rustup/toolchains/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-drivers-${{ hashFiles('driver/**') }}

- name: Install dylint-link
run: cargo install --path ./dylint-link
run: cargo install --path ./dylint-link --force

- name: Install tools
run: |
Expand Down

0 comments on commit 126f4f9

Please sign in to comment.