Skip to content

Commit

Permalink
force-install cargo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Oct 13, 2024
1 parent 0ad518c commit 83fd253
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,8 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Install wasm-bindgen-cli
run: cargo install -f wasm-bindgen-cli --version 0.2.92

- name: Install Dioxus CLI
run: cargo install dioxus-cli

- name: Update project dependencies
run: |
cargo update -p wasm-bindgen --precise 0.2.92
cargo clean
run: cargo install --force dioxus-cli

- name: Build project
run: dx build --release
Expand Down

0 comments on commit 83fd253

Please sign in to comment.