We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce5205 commit 6fc5c5eCopy full SHA for 6fc5c5e
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
# MacOS
44
- if: contains( matrix.os, 'macos')
45
name: Prepare macos container for build
46
- run: brew install autoconf automake libtool xz pkg-config libgit2 libjpg libpng libmtp
+ run: brew install autoconf automake libtool xz pkg-config libgit2 libjpg libpng libmtp ninja
47
48
# Windows
49
- if: contains( matrix.os, 'windows')
0 commit comments