Skip to content

Commit

Permalink
update bindgen version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Oct 13, 2024
1 parent d5c458c commit 0ad518c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ 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
- name: Build project
run: dx build --release

Expand Down

0 comments on commit 0ad518c

Please sign in to comment.