mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 09:30:40 +01:00
Added wasm32 target to build.yml
This commit is contained in:
parent
2c47a3d1d5
commit
358511b7e1
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -25,4 +25,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: Swatinem/rust-cache@v1.0.1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: wasm32-unknown-unknown
|
||||
default: true
|
||||
- run: cd kalk; cargo build --target wasm32-unknown-unknown --no-default-features
|
Loading…
Reference in New Issue
Block a user