summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-17 17:19:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-17 17:19:26 (GMT)
commitdd27ddc35dba089761996ff900b4907162acdfe2 (patch)
tree03da45a7707156725b7aeb4c7973b8162817b7f9 /.github
parentd8330397882c8baa32b73b9c0f1e0149fe02f11f (diff)
parentd6988d185b8d1434e7eae0e923e7d08f1a5476ff (diff)
downloadtk-dd27ddc35dba089761996ff900b4907162acdfe2.zip
tk-dd27ddc35dba089761996ff900b4907162acdfe2.tar.gz
tk-dd27ddc35dba089761996ff900b4907162acdfe2.tar.bz2
Merge 8.5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 2600858..629efdf 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -106,7 +106,7 @@ jobs:
- name: Configure (symbols=${{ matrix.symbols }} ${{matrix.options }})
# Note that macOS is always a 64 bit platform
run: |
- ./configure --enable-64bit ${CFGOPT} "--prefix=$HOME/install dir" || {
+ ./configure --enable-64bit ${CFGOPT} "--prefix=$HOME/install dir" --disable-xft || {
cat config.log
echo "::error::Failure during Configure"
exit 1