Skip to content

Commit

Permalink
Set Quartz backend for MacPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed May 23, 2024
1 parent ad7a04a commit 38ed04d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: rm -f $(which brew)
shell: bash

- name: Prefer Quartz to X11 for MacPorts
shell: bash
run: |
touch /opt/local/etc/macports/variants.conf
echo '-x11 +no_x11 +quartz' >> /opt/local/etc/macports/variants.conf
- name: Install Ports
uses: melusina-org/setup-macports@v1

Expand Down
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 38ed04d

Please sign in to comment.