mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Use install action for cargo shear (#10983)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -160,8 +160,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cargo-bins/cargo-binstall@main
|
||||
- run: cargo binstall --no-confirm cargo-shear
|
||||
- name: "Install cargo shear"
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: cargo-shear
|
||||
- run: cargo shear
|
||||
|
||||
# We use the large GitHub actions runners
|
||||
|
||||
Reference in New Issue
Block a user