Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Dec 2, 2024
1 parent 6f33df7 commit 28d60a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ ! matrix.library }}
- name: Install library
run: |
sudo apt-get install -y "automake" "libtool" "libmd4c-dev"
sudo apt-get install -y "automake" "libtool" "libmd4c-dev" "libmd4c-html0-dev"
if: ${{ matrix.library }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 28d60a2

Please sign in to comment.