From 96b838ec3ec42b3c95f3b308a436745e45593067 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 25 Feb 2025 12:01:30 -0800 Subject: [PATCH] Try creating empty libmimerapi.dylib so build-mac-intel will finish --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2070bf84..f1042869 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -212,6 +212,10 @@ jobs: cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/ hdiutil detach /Volumes/Postgres-2.6.5-14 + - name: Touch dylib file for build to finish + run: | + touch /usr/local/lib/libmimerapi.dylib + - name: Build OnionShare run: | cd desktop