Skip to content

Commit

Permalink
workflows/doc: Explicitly define version of Bender and Morty
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskurth committed Apr 30, 2020
1 parent dc578cb commit dd407c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Install Bender and Morty
run: |
rustup update stable --no-self-update && rustup default stable
cargo install bender
cargo install morty
cargo install bender --version 0.18.0
cargo install morty --version 0.5.0
shell: bash

- name: Build documentation
Expand Down

0 comments on commit dd407c2

Please sign in to comment.