Skip to content

Commit 36cb8c7

Browse files
committed
ci: install toml in workflow for publishing NPM package.
1 parent 71e1b4e commit 36cb8c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish_npm_package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
node-version: 24
2828
registry-url: https://registry.npmjs.org/
2929

30+
- name: Install toml
31+
run: pip install toml
32+
3033
- name: Install wasm-pack
3134
run: cargo install --locked wasm-pack
3235

0 commit comments

Comments
 (0)