Try creating empty libmimerapi.dylib so build-mac-intel will finish

This commit is contained in:
Micah Lee 2025-02-25 12:01:30 -08:00
parent 9aedb2933e
commit 96b838ec3e
No known key found for this signature in database

View File

@ -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