From 30a43daf94768c98c7b1d1906eb40c952e7be748 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sat, 3 Sep 2022 23:36:54 +0800 Subject: [PATCH] =?UTF-8?q?action=20=E5=8E=BB=E6=8E=89=20clang=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wa.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/wa.yml b/.github/workflows/wa.yml index 1e75e4f..86a9f36 100644 --- a/.github/workflows/wa.yml +++ b/.github/workflows/wa.yml @@ -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 -- GitLab