Skip to content

Commit

Permalink
ci: add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsay-so committed Sep 15, 2024
1 parent 81ad725 commit 54c6499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
uses: baptiste0928/cargo-install@v1
with:
crate: mdbook-cmdrun

- uses: dtolnay/rust-toolchain@stable
- name: Build the suite to retrieve its features
run: cargo build

- run: cd book && ./build.sh

Expand Down

0 comments on commit 54c6499

Please sign in to comment.