Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
grazder committed Nov 14, 2023
1 parent 19632aa commit 3a80b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:

# https://rustwasm.github.io/wasm-pack/installer/
- name: Install wasm-pack
run:
"curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh"
run: cargo install wasm-pack

- name: Build wasm package
run:
"wasm-pack build libDF --target no-modules --features wasm"
run: wasm-pack build libDF --target no-modules --features wasm

- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions scripts/build_wasm_package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh

set -ex
#!/bin/sh -ex

# look at DeepFilterNet/.github/workflows/build_wasm.yml for enviroment setup
cd ./libDF/
Expand Down

0 comments on commit 3a80b91

Please sign in to comment.