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