Skip to content

Commit 9d4ee5e

Browse files
committed
fix: Install cargo-outdated in health.yaml
1 parent 39ff748 commit 9d4ee5e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/health.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
with:
5050
toolchain: nightly
5151

52+
- name: Install cargo-binstall
53+
uses: cargo-bins/cargo-binstall@main
54+
55+
- name: Install cargo-outdated
56+
run: cargo binstall -y cargo-outdated
57+
5258
- name: Run cargo-outdated
5359
run: |
5460
echo ### Outdated Dependencies >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)