1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-21 15:35:53 +02:00

Merge pull request #47 from google/build-version-numbers

Install specific mdbook version in build action
This commit is contained in:
Martin Geisler 2022-12-23 12:50:48 +01:00 committed by GitHub
commit cc6c7e63fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,10 @@ jobs:
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@v2
- name: Install mdbook - name: Install mdbook
run: cargo install mdbook run: cargo install mdbook --version 0.4.25
- name: Install mdbook-svgbob - name: Install mdbook-svgbob
run: cargo install mdbook-svgbob run: cargo install mdbook-svgbob --version 0.2.1
- name: Test code snippets - name: Test code snippets
run: mdbook test run: mdbook test