From 23f5e3aa30c281cd2d41c24e55a781b8dd9d6077 Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 1 Jul 2024 14:10:44 +0200 Subject: [PATCH] Attempt to fix the x86_64-apple-darwin release job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a94cc6..ea940fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: os: windows-latest - target: x86_64-apple-darwin os: macos-latest + args: "--features vendored-openssl,vendored-libgit2" - target: aarch64-apple-darwin os: macos-latest args: "--features vendored-openssl,vendored-libgit2"