Skip to content

Commit 5443840

Browse files
committed
Install libgdiplus on ubuntu
1 parent e08651b commit 5443840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Install libgdi+, which is required for tests running on ubuntu
76-
if: ${{ matrix.options.os == 'buildjet-4vcpu-ubuntu-2204-arm' }}
76+
if: ${{ contains(matrix.options.os, 'ubuntu') }}
7777
run: sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
7878

7979
- name: Git Config

0 commit comments

Comments
 (0)