Skip to content

Commit

Permalink
build: add pandoc as build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 13, 2025
1 parent ec6b26c commit 4b732a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 23
- name: Install `pandoc`
run: apt-get update && apt-get install pandoc -y
- name: Install `wasm-pack`
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Precommit
Expand Down

0 comments on commit 4b732a1

Please sign in to comment.