Skip to content

Commit f098459

Browse files
committed
use binstall for dioxus cli
1 parent 707c1bb commit f098459

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
uses: dtolnay/rust-toolchain@stable
1616

1717
- name: Install Dioxus CLI
18-
run: cargo install --force [email protected]
18+
run: |
19+
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
20+
cargo binstall [email protected] --no-confirm
1921
2022
- name: Build project
2123
run: dx build --release --platform web

0 commit comments

Comments
 (0)