mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Install missing module for macOS build
This commit is contained in:
parent
57c7af7377
commit
9f50e67833
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -283,6 +283,7 @@ jobs:
|
||||
- name: Build OnionShare
|
||||
run: |
|
||||
cd desktop
|
||||
python3 -m pip install importlib-metadata
|
||||
poetry run python ./setup-freeze.py build
|
||||
poetry run python ./setup-freeze.py bdist_mac
|
||||
poetry run python ./scripts/build-macos.py cleanup-build
|
||||
|
Loading…
Reference in New Issue
Block a user