Skip to content

Commit 939b836

Browse files
committed
fixed cargo install step
1 parent a525649 commit 939b836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
uses: actions-rs/toolchain@v1
1515
with:
1616
toolchain: stable
17+
profile: minimal
1718

1819
- name: Install mdbook and epub plugin
1920
uses: actions-rs/cargo@v1
2021
with:
21-
command: install mdbook mdbook-epub
22+
command: install
23+
args: mdbook mdbook-epub
2224

2325
- name: Checkout
2426
uses: actions/checkout@v2

0 commit comments

Comments
 (0)