We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03a320 commit 6879a25Copy full SHA for 6879a25
1 file changed
.github/workflows/test.yml
@@ -163,9 +163,11 @@ jobs:
163
~/.cargo/bin/cargo-rdme
164
key: ${{ runner.os }}-binary-cargo-rdme
165
- name: Install cargo-rdme
166
+ shell: bash
167
run: |
- cargo install cargo-rdme
168
+ if not test -f "~/.cargo/bin/cargo-rdme"; then
169
+ cargo install cargo-rdme
170
+ fi
171
- name: Run cargo-rdme
172
173
cargo rdme --check
0 commit comments