We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e08651b + eff8eee commit 1d096b2Copy full SHA for 1d096b2
2 files changed
.github/workflows/build-and-test.yml
@@ -73,7 +73,7 @@ jobs:
73
74
steps:
75
- name: Install libgdi+, which is required for tests running on ubuntu
76
- if: ${{ matrix.options.os == 'buildjet-4vcpu-ubuntu-2204-arm' }}
+ if: ${{ contains(matrix.options.os, 'ubuntu') }}
77
run: sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
78
79
- name: Git Config
.github/workflows/code-coverage.yml
@@ -17,6 +17,11 @@ jobs:
17
runs-on: ${{matrix.options.os}}
18
19
20
+
21
+ - name: Install libgdi+, which is required for tests running on ubuntu
22
23
+ run: sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
24
25
26
shell: bash
27
run: |
0 commit comments