Skip to content

Commit 5456885

Browse files
committed
try new
1 parent 8391ed8 commit 5456885

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Install WASM tool chain
11-
run: rustup target add wasm32-unknown-unknown
12-
- name: Install wasm-pack
13-
run: cargo install wasm-pack
14-
- name: Install Node.js
15-
uses: actions/setup-node@v1
16-
- name: Install Chrome Webdriver
17-
run: npm i -g chromedriver@80.0.2
10+
- name: Install wasm-pack
11+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
1812
- name: Run WASM test cases
1913
run: wasm-pack test --headless --chrome -- --lib

0 commit comments

Comments
 (0)