Skip to content

Commit 8742207

Browse files
committed
Uninstall old version of mdbook-linkcheck.
1 parent 2656ed7 commit 8742207

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ jobs:
163163
164164
- name: Install mdbook-linkcheck2
165165
if: contains(fromJSON(env.LINK_CHECKED_LANGUAGES), matrix.language)
166-
run: cargo install mdbook-linkcheck2 --locked --version 0.9.1
166+
run: |
167+
cargo uninstall mdbook-linkcheck || true
168+
cargo install mdbook-linkcheck2 --locked --version 0.9.1
167169
168170
- name: Build ${{ matrix.language }} translation
169171
run: |

0 commit comments

Comments
 (0)