Skip to content

Commit

Permalink
.github/workflows/: Add wasm32 as a cross-compile target (prometheu…
Browse files Browse the repository at this point in the history
…s#79)

Signed-off-by: ackintosh <sora.akatsuki@gmail.com>
  • Loading branch information
thomaseizinger authored and ackintosh committed Aug 27, 2022
1 parent cbd97ab commit de0f38f
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 de0f38f

Please sign in to comment.