From a75ac79385d7ab0097fb39cfacb0f667e3f72db2 Mon Sep 17 00:00:00 2001 From: carrascomj Date: Thu, 19 Jan 2023 15:53:43 +0100 Subject: [PATCH] fix(ci): use zld to compile macos release build --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c436948..50aa608 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,8 @@ jobs: run: | export CFLAGS="-fno-stack-check" export MACOSX_DEPLOYMENT_TARGET="10.9" - + - name: Install zld + run: brew install michaeleisel/zld/zld - name: Build run: | cargo build --release --target x86_64-apple-darwin