File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - master
8- - binstall
98
109 pull_request :
1110
@@ -17,8 +16,6 @@ concurrency:
1716
1817env :
1918 CARGO_TERM_COLOR : always
20- # renovate: datasource=github-releases depName=cargo-bins/cargo-binstall
21- BINSTALL_VERSION : 1.14.3
2219 # renovate: datasource=crate depName=cargo-deny versioning=semver
2320 CARGO_DENY_VERSION : 0.18.4
2421 # renovate: datasource=crate depName=cargo-machete versioning=semver
@@ -146,12 +143,10 @@ jobs:
146143 with :
147144 save-if : ${{ github.ref == 'refs/heads/main' }}
148145
149- - run : curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/v${BINSTALL_VERSION}/install-from-binstall-release.sh | bash
150-
151- - run : cargo binstall cargo-deny@${CARGO_DENY_VERSION}
146+ - run : cargo install cargo-deny --vers ${CARGO_DENY_VERSION}
152147 - run : cargo deny check
153148
154- - run : cargo binstall cargo-machete@ ${CARGO_MACHETE_VERSION}
149+ - run : cargo install cargo-machete --vers ${CARGO_MACHETE_VERSION}
155150 - run : cargo machete
156151
157152 backend-test :
You can’t perform that action at this time.
0 commit comments