mirror of https://github.com/astral-sh/uv
Use install action for cargo shear (#10983)
This commit is contained in:
parent
b1706ad8be
commit
ad60f8da77
|
|
@ -160,8 +160,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cargo-bins/cargo-binstall@main
|
- name: "Install cargo shear"
|
||||||
- run: cargo binstall --no-confirm cargo-shear
|
uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: cargo-shear
|
||||||
- run: cargo shear
|
- run: cargo shear
|
||||||
|
|
||||||
# We use the large GitHub actions runners
|
# We use the large GitHub actions runners
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue