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.
1 parent e08651b commit 5443840Copy full SHA for 5443840
.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
0 commit comments