Skip to content

Commit

Permalink
Set Quartz backend for MacPorts (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo authored May 23, 2024
1 parent ad7a04a commit 6867b58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion index/li/libhello/libhello-1.0.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6867b58

Please sign in to comment.