Skip to content

Commit eff8eee

Browse files
committed
Add libgdi installation to coverage
1 parent 5443840 commit eff8eee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
runs-on: ${{matrix.options.os}}
1818

1919
steps:
20+
21+
- name: Install libgdi+, which is required for tests running on ubuntu
22+
if: ${{ contains(matrix.options.os, 'ubuntu') }}
23+
run: sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
24+
2025
- name: Git Config
2126
shell: bash
2227
run: |

0 commit comments

Comments
 (0)