Skip to content

Commit 5f9362f

Browse files
committed
force install mdbook in github actions to ensure its in PATH
1 parent 065a2cc commit 5f9362f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: cargo-bins/cargo-binstall@main
1919

2020
- name: Install mdbook
21-
run: cargo binstall -y mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
21+
run: cargo binstall -y --force mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
2222

2323
- name: Build the API
2424
run: cargo run

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: cargo-bins/cargo-binstall@main
2222

2323
- name: Install mdbook
24-
run: cargo binstall -y mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
24+
run: cargo binstall -y --force mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
2525

2626
- name: Build the API
2727
run: cargo run

0 commit comments

Comments
 (0)