Skip to content

Commit

Permalink
add wasm build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Dec 16, 2024
1 parent 2c7d35c commit e8a7eff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/wasm-bulild-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rustfmt

- name: Install wasm-pack
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
uses: taiki-e/install-action@v2.41.10

- name: wasm build
shell: bash
Expand Down

0 comments on commit e8a7eff

Please sign in to comment.