提交 b2fe8b4b 编写于 作者: chai2010's avatar chai2010

action 删除对 wasmer 依赖

上级 386b9982
......@@ -20,11 +20,6 @@ jobs:
with:
go-version: 1.17
- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v1
- run: wasmer -V
- run: go version
- run: go env
......@@ -37,9 +32,6 @@ jobs:
- run: wa run _examples/prime
- run: wa run hello.wa
- run: wa build -o a.out.wat hello.wa
- run: wasmer a.out.wat
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
......@@ -54,10 +46,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v1
- run: wasmer -V
- run: go version
- run: go env
......@@ -71,10 +59,6 @@ jobs:
- run: wa run _examples/prime
- run: wa run hello.wa
- run: wa build -o a.out.wat hello.wa
- run: wasmer a.out.wat
build-and-test-macos:
runs-on: macos-12
steps:
......@@ -85,10 +69,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v1
- run: wasmer -V
- run: go version
- run: go env
......@@ -101,6 +81,3 @@ jobs:
- run: wa hello.wa
- run: wa run _examples/prime
- run: wa run hello.wa
- run: wa build -o a.out.wat hello.wa
- run: wasmer a.out.wat
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册