Skip to content

Commit c9ec0e6

Browse files
committed
chore: fix style + bump deps
1 parent 7e0412f commit c9ec0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
rustc --version
3333
cargo --version
3434
cargo build --release -p netsaur
35-
deno run -A https://deno.land/x/wasmbuild@0.11.0/main.ts -p netsaur --out src/backends/wasm/lib
36-
deno run -A https://deno.land/x/wasmbuild@0.11.0/main.ts -p netsaur-tokenizers --out tokenizers/lib
35+
deno run -Ar https://deno.land/x/wasmbuild@0.15.6/main.ts -p netsaur --out src/backends/wasm/lib
36+
deno run -Ar https://deno.land/x/wasmbuild@0.15.6/main.ts -p netsaur-tokenizers --out tokenizers/lib
3737
- name: Release
3838
uses: softprops/action-gh-release@master
3939
env:

0 commit comments

Comments
 (0)