Skip to content

Commit f858814

Browse files
use binstall to not have to deal with dioxus cli compile error
1 parent 9ca6a24 commit f858814

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-examples.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- uses: denoland/setup-deno@v1
3838
- uses: Swatinem/rust-cache@v2
3939
- run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
40-
- run: cargo install tauri-cli --version "2.0.0-rc.10" --locked
41-
- run: cargo install dioxus-cli --locked
40+
- run: cargo install cargo-binstall --locked
41+
- run: cargo binstall tauri-cli
42+
- run: cargo binstall dioxus-cli
4243
- run: cargo r --package cargo-packager -- signer generate --password '123' --path ./signing-key -vvv
4344
- run: cargo r --package cargo-packager -- --release --private-key ./signing-key --password '123' --formats all -vvv

0 commit comments

Comments
 (0)