Skip to content

Commit

Permalink
reuse cache result from cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 committed Sep 6, 2024
1 parent 361e852 commit 2cf731b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Install cargo make
run: |
cargo install --force cargo-make
cargo install cargo-make
- name: Check code format
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install cargo make
run: |
cargo install --force cargo-make
cargo install cargo-make
- name: run test
uses: actions-rs/cargo@v1
env:
Expand Down

0 comments on commit 2cf731b

Please sign in to comment.