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 69db92b commit 6f33df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
run: phpize
- name: configure with bundled library
run: |
configure --enable-md4c
./configure --enable-md4c
if: ${{ ! matrix.library }}
- name: configure with library
run: |
configure --enable-md4c --enable-system-libmd4c
./configure --enable-md4c --enable-system-libmd4c
if: ${{ matrix.library }}
- name: make
run: make
Expand Down

0 comments on commit 6f33df7

Please sign in to comment.