Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
add wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 1, 2024
1 parent d2e6b2f commit 6e0612e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
registry-url: "https://npm.pkg.github.com"
scope: "@paritytech"
- name: setup rust toolchain
run: rustup show
run: |
rustup target add wasm32-unknown-unknown
rustup show
- name: cargo check
run: cargo check --workspace --all-features
- name: clippy
Expand Down

0 comments on commit 6e0612e

Please sign in to comment.