We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c014cb1 + 74069d2 commit d69495fCopy full SHA for d69495f
.github/workflows/make-macos.yaml
@@ -73,7 +73,9 @@ jobs:
73
brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
74
ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libiconv libsndfile \
75
libtool openblas pcre2 portaudio pstoedit qhull qrupdate \
76
- qscintilla2 qt@${{ matrix.qt }} rapidjson readline suite-sparse sundials texinfo \
+ qscintilla2 \
77
+ ${{ matrix.qt == '6' && 'qt5compat qtbase qttools' || 'qt@5' }} \
78
+ rapidjson readline suite-sparse sundials texinfo \
79
ccache gnu-sed openjdk pkg-config \
80
automake autoconf bison gettext icoutils librsvg mactex-no-gui
81
eval "$(/usr/libexec/path_helper)"
0 commit comments