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

action 去掉 clang 依赖

上级 f8b4966f
......@@ -20,25 +20,17 @@ jobs:
with:
go-version: 1.17
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- run: go version
- run: go env
- run: clang --version
- run: go test -v -coverprofile=profile.cov ./...
- run: go install
- run: wa -h
- run: wa hello.wa
- run: wa run _examples/hello
- run: wa run _examples/prime
#- run: wa hello.wa
#- run: wa run _examples/hello
#- run: wa run _examples/prime
- run: wa wasm hello.wa
- run: wa wasm -run hello.wa
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册