Skip to content

Commit e7cd246

Browse files
committed
fix cargo install
1 parent 44d7395 commit e7cd246

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gh-pages-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
cache-on-failure: true
4141

4242
- name: Setup Dioxus Cli
43-
run: cargo install dioxus-cli
43+
run: |
44+
cargo install
45+
cargo install dioxus-cli
4446
4547
- name: Build with Dioxus CLI
4648
run: |

0 commit comments

Comments
 (0)