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 44d92eb commit 69db92b
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: |
apt-get install -y "automake" "libtool" "libmd4c-dev"
sudo apt-get install -y "automake" "libtool" "libmd4c-dev"
if: ${{ matrix.library }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 69db92b

Please sign in to comment.