WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0c00469

Browse files
committed
Install libgdiplus on mac
1 parent e64ed4d commit 0c00469

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ jobs:
135135
sudo apt-get update
136136
sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
137137
138+
- name: Install libgdi+, which is required for tests running on macos
139+
if: ${{ contains(matrix.options.os, 'macos-26') }}
140+
run: |
141+
brew install mono-libgdiplus
142+
138143
- name: Git Config
139144
shell: bash
140145
run: |

0 commit comments

Comments
 (0)