File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ v-clippy = "__vendored clippy"
1111v-build = " __vendored build"
1212v-run = " __vendored run"
1313v-test = " __vendored test"
14+ v-install = " __vendored install"
1415
1516v = " vendor --verbose --versioned-dirs"
1617
1718[source .vendored-sources ]
18- directory = " vendor"
19+ directory = " vendor"
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 uses : actions-rust-lang/setup-rust-toolchain@v1
3737
3838 - name : Fetch cargo dependencies
39- run : cargo fetch --verbose --locked
39+ run : cargo v --locked
4040
4141 - name : Install git-remote-codecommit
42- run : cargo install --frozen --profile=release-lto --path=crates/git-remote-codecommit
42+ run : cargo v- install --frozen --profile=release-lto --path=crates/git-remote-codecommit
4343
4444 - name : Check version
4545 run : git-remote-codecommit --version
You can’t perform that action at this time.
0 commit comments