Set Quartz backend for MacPorts (#1072)

This commit is contained in:
Alejandro R Mosteo
2024-05-23 18:47:22 +02:00
committed by GitHub
parent ad7a04a39b
commit 6867b5859a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -58,6 +58,10 @@ jobs:
- name: Install Ports
uses: melusina-org/setup-macports@v1
- name: Prefer Quartz to X11 for MacPorts
shell: bash
run: echo '-x11 +no_x11 +quartz' >> /opt/local/etc/macports/variants.conf
- name: Test crate
run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
shell: bash