Skip to content

Commit 75aeed6

Browse files
committed
split installation of smart-release and gitoxide
That way it's easier to see what fails, and it fails faster, in order of likelyhood of failure.
1 parent 3923893 commit 75aeed6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ jobs:
9797
- uses: Swatinem/rust-cache@v2
9898
- name: "Install prerequisites"
9999
run: vcpkg install zlib:x64-windows-static-md
100+
- name: "Installation from crates.io: gitoxide"
101+
run: cargo install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force gitoxide
100102
- name: "Installation from crates.io: cargo-smart-release"
101-
run: cargo install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force gitoxide cargo-smart-release
103+
run: cargo install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force cargo-smart-release
102104

103105
lint:
104106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)