Skip to content

Commit

Permalink
disable qt@5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls committed Jun 12, 2021
1 parent 02076d9 commit 2671b0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-latest]
os:
# Re-enable Linux as soon as the qt@5 formula gets a bootle:
# https://github.com/Homebrew/linuxbrew-core/pull/23174
# - ubuntu-latest
- macOS-latest
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down
2 changes: 1 addition & 1 deletion amc-pango.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class AmcPango < Formula
homepage "https://www.pango.org/"
url "https://download.gnome.org/sources/pango/1.42/pango-1.42.4.tar.xz"
sha256 "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d"
revision 0
revision 1

head do
url "https://gitlab.gnome.org/GNOME/pango.git"
Expand Down
2 changes: 1 addition & 1 deletion auto-multiple-choice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AutoMultipleChoice < Formula
depends_on "gettext"
depends_on "glib"
depends_on "gobject-introspection"
depends_on "gtk+3"
depends_on "gtk+"
depends_on "imagemagick@6"
depends_on "libffi"
depends_on "libx11"
Expand Down

0 comments on commit 2671b0c

Please sign in to comment.