mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-11 10:39:21 -04:00
Try creating empty libmimerapi.dylib so build-mac-intel will finish
This commit is contained in:
parent
9aedb2933e
commit
96b838ec3e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user