Set Quartz backend for MacPorts (#1072)
This commit is contained in:
committed by
GitHub
parent
ad7a04a39b
commit
6867b5859a
@@ -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
|
||||
|
||||
@@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git"
|
||||
|
||||
# We use this crate as a trigger to conveniently test minor changes to
|
||||
# metaprocesses of the CI of the repository itself.
|
||||
# Last touch: 2024-05-16 13:40 CET
|
||||
# Last touch: 2024-05-23 17:40 CET
|
||||
Reference in New Issue
Block a user