Replacing wasm-pack install action

This commit is contained in:
andy 2021-07-02 13:53:51 +01:00
parent 8a498fac62
commit cd2b2779b6

View File

@ -16,9 +16,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'latest'
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Test WASM in-browser
run: wasm-pack test --firefox --chrome --headless