Skip to content

Commit f3e3444

Browse files
committed
Update GitHub Actions to use wasm32-wasip2 target
1 parent 0e208b0 commit f3e3444

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
2525
toolchain: stable
26-
target: wasm32-wasip1
26+
target: wasm32-wasip2
2727
override: true
2828
components: rustfmt, clippy
2929
- name: Lint (clippy)
@@ -45,14 +45,14 @@ jobs:
4545
ref: ${{ github.event.pull_request.head.sha }}
4646
- uses: actions-rust-lang/setup-rust-toolchain@v1
4747
with:
48-
toolchain: 1.86
49-
target: wasm32-wasip1
48+
toolchain: 1.87
49+
target: wasm32-wasip2
5050
override: true
5151
- name: Build extension
5252
uses: actions-rs/cargo@v1
5353
with:
5454
command: build
55-
args: --target wasm32-wasip1 --all-features
55+
args: --target wasm32-wasip2 --all-features
5656
- name: Install latest nextest release
5757
uses: taiki-e/install-action@nextest
5858
- name: Test with latest nextest release

0 commit comments

Comments
 (0)