summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index d57a62f..41da00c 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -73,8 +73,7 @@ jobs:
if: ${{ env.USE_XVFB }}
# This involves black magic
run: |
- brew search xquartz
- brew install --verbose --cask xquartz@2.7
+ brew install --cask xquartz
sudo /opt/X11/lib/X11/xinit/privileged_startx.d/10-tmpdirs || true
working-directory: .
- name: Build Tcl
@@ -129,7 +128,7 @@ jobs:
: do nothing
}
fi
- ( runXvfb :1; make test-classic test-ttk; exit $? ) | tee out.txt || {
+ ( runXvfb :0; make test-classic test-ttk; exit $? ) | tee out.txt || {
echo "::error::Failure during Test"
exit 1
}