We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3923893 commit 75aeed6Copy full SHA for 75aeed6
.github/workflows/ci.yml
@@ -97,8 +97,10 @@ jobs:
97
- uses: Swatinem/rust-cache@v2
98
- name: "Install prerequisites"
99
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
102
- name: "Installation from crates.io: cargo-smart-release"
- 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
104
105
lint:
106
runs-on: ubuntu-latest
0 commit comments