Skip to content

Commit

Permalink
fixed cargo install step
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarrigue committed Apr 24, 2020
1 parent a525649 commit 939b836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal

- name: Install mdbook and epub plugin
uses: actions-rs/cargo@v1
with:
command: install mdbook mdbook-epub
command: install
args: mdbook mdbook-epub

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 939b836

Please sign in to comment.