Skip to content

Commit 78b1e80

Browse files
committed
CI: add wasm32v1-none target to fix kitchensink WASM build on Rust 1.96+
1 parent 4d3df7f commit 78b1e80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: dtolnay/rust-toolchain@stable
6363
with:
6464
toolchain: stable
65-
targets: wasm32-unknown-unknown
65+
targets: wasm32-unknown-unknown, wasm32v1-none
6666
components: rustfmt, clippy, rust-src
6767
- uses: Swatinem/rust-cache@v2
6868
with:
@@ -92,7 +92,7 @@ jobs:
9292
uses: dtolnay/rust-toolchain@stable
9393
with:
9494
toolchain: ${{ matrix.toolchain }}
95-
targets: wasm32-unknown-unknown
95+
targets: wasm32-unknown-unknown, wasm32v1-none
9696
- uses: Swatinem/rust-cache@v2
9797
- name: Install Protoc
9898
uses: arduino/setup-protoc@v1

0 commit comments

Comments
 (0)