Skip to content

Commit a6d45ea

Browse files
authored
Update ci.yml
1 parent 4c3a62e commit a6d45ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Install Rust target for wasm
5151
run: |
52-
rustup target add wasm32-wasi
52+
rustup target add wasm32-wasip1
5353
5454
- name: Install WasmEdge
5555
run: |
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Run the microservice on MySQL
6060
run: |
61-
cargo build --target wasm32-wasi --release
61+
cargo build --target wasm32-wasip1 --release
6262
wasmedge compile target/wasm32-wasi/release/order_demo_service.wasm order_demo_service.wasm
6363
nohup wasmedge --env "DATABASE_URL=mysql://root:[email protected]:3306/mysql" order_demo_service.wasm &
6464
echo $! > wasmedge.pid

0 commit comments

Comments
 (0)