From 4b28028748c20b1923d1af90c3dba847fe493616 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 23 May 2024 17:33:12 +0200 Subject: [PATCH] Set Quartz backend for MacPorts --- .github/workflows/build-ports.yml | 4 ++++ index/li/libhello/libhello-1.0.1.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index d7ab656c9..969758e0e 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -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 diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 7cb44bf88..97985fa90 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -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 \ No newline at end of file +# Last touch: 2024-05-23 17:40 CET \ No newline at end of file