Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26578ca

Browse files
committed
ci: Install GTK4 from brew on macOS
We try to install PyGObject everywhere, but this doesn't work becauseGTK itself is not available from PyPI.
1 parente5fd2d5 commit26578ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
macOS)
145145
brew install ccache
146146
brew tap homebrew/cask-fonts
147-
brew install font-noto-sans-cjk
147+
brew install font-noto-sans-cjk gtk4
148148
;;
149149
esac
150150

‎azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ stages:
117117
;;
118118
darwin)
119119
brew install --cask xquartz
120-
brew install pkg-config ffmpeg imagemagick mplayer ccache
120+
brew install pkg-config ffmpeggtk4imagemagick mplayer ccache
121121
brew tap homebrew/cask-fonts
122122
brew install font-noto-sans-cjk-sc
123123
;;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp