Skip to content

Commit

Permalink
Fix clippy caching
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Oct 1, 2023
1 parent e3839fc commit 757c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
workspaces: native
cache-on-failure: true
cache-all-crates: true
key: ${{ matrix.portable == true }}

- name: Run Clippy
run: cargo clippy --all-targets ${{ matrix.flags }} -- -D warnings
Expand Down Expand Up @@ -82,7 +83,6 @@ jobs:
workspaces: native
cache-on-failure: true
cache-all-crates: true
key: ${{ matrix.target }}-${{ matrix.portable == true }}

- name: Run Rustfmt
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 757c9a2

Please sign in to comment.