Skip to content

Commit

Permalink
add libwebp-dev dependency for asciidoctor-mathematical
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Mar 19, 2024
1 parent 10540ef commit 2ee25fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install required packages
run: |
sudo apt-get install -y libpango1.0-dev ghostscript fonts-lyx jing
sudo apt-get install -y libpango1.0-dev libwebp-dev ghostscript fonts-lyx jing
sudo gem install asciidoctor -v 2.0.16
sudo gem install coderay -v 1.1.1
sudo gem install rouge -v 3.19.0
Expand Down

0 comments on commit 2ee25fb

Please sign in to comment.