You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-23 09:16:44 +02:00
Install specific mdbook version in build action
Like in #30, we should install a known-good version of `mdbook` and `mdbook-svgbob` when testing PRs.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install mdbook
|
||||
run: cargo install mdbook
|
||||
run: cargo install mdbook --version 0.4.25
|
||||
|
||||
- name: Install mdbook-svgbob
|
||||
run: cargo install mdbook-svgbob
|
||||
run: cargo install mdbook-svgbob --version 0.2.1
|
||||
|
||||
- name: Test code snippets
|
||||
run: mdbook test
|
||||
|
Reference in New Issue
Block a user