Skip to content

Commit

Permalink
.github/workflows/: Add wasm32 as a cross-compile target (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Aug 10, 2022
1 parent c9b42b1 commit 8b7ab5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
- mipsel-unknown-linux-gnu
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- wasm32-unknown-unknown
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 8b7ab5b

Please sign in to comment.