Skip to content

Commit

Permalink
install wkhtmltopdf
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 16, 2024
1 parent bcf5f3a commit 68b8b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup dependencies
run: |
sudo apt update
sudo apt install pandoc
sudo apt -y update
sudo apt -y install pandoc wkhtmltopdf
- name: make the document
run: |
make -C doc/std VO-DML.pdf
Expand Down

0 comments on commit 68b8b33

Please sign in to comment.