Browse Source

Add libgdi installation to coverage

pull/2875/head
Stefan Nikolei 1 year ago
parent
commit
eff8eee77b
  1. 5
      .github/workflows/code-coverage.yml

5
.github/workflows/code-coverage.yml

@ -17,6 +17,11 @@ jobs:
runs-on: ${{matrix.options.os}}
steps:
- name: Install libgdi+, which is required for tests running on ubuntu
if: ${{ contains(matrix.options.os, 'ubuntu') }}
run: sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
- name: Git Config
shell: bash
run: |

Loading…
Cancel
Save