Skip to content

Commit

Permalink
ci(mrml-wasm): install jq in release job
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
  • Loading branch information
jdrouet committed Dec 20, 2023
1 parent 6b67f09 commit 296ffe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mrml-wasm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
toolchain: stable
profile: minimal

- name: install jq
run: apt-get update && apt-get install -y jq

# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 296ffe6

Please sign in to comment.