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 5
5
branches :
6
6
- main
7
7
- master
8
- - binstall
9
8
10
9
pull_request :
11
10
@@ -17,8 +16,6 @@ concurrency:
17
16
18
17
env :
19
18
CARGO_TERM_COLOR : always
20
- # renovate: datasource=github-releases depName=cargo-bins/cargo-binstall
21
- BINSTALL_VERSION : 1.14.3
22
19
# renovate: datasource=crate depName=cargo-deny versioning=semver
23
20
CARGO_DENY_VERSION : 0.18.4
24
21
# renovate: datasource=crate depName=cargo-machete versioning=semver
@@ -146,12 +143,10 @@ jobs:
146
143
with :
147
144
save-if : ${{ github.ref == 'refs/heads/main' }}
148
145
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}
152
147
- run : cargo deny check
153
148
154
- - run : cargo binstall cargo-machete@ ${CARGO_MACHETE_VERSION}
149
+ - run : cargo install cargo-machete --vers ${CARGO_MACHETE_VERSION}
155
150
- run : cargo machete
156
151
157
152
backend-test :
You can’t perform that action at this time.
0 commit comments