CI: Install the WASM target for the WASM check

This commit is contained in:
Damir Jelić 2021-03-23 12:11:05 +01:00
parent 957bca1a14
commit a9c37ba2d0

View file

@ -67,6 +67,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
profile: minimal
override: true