aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 19:36:24 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 19:36:24 -0700
commit9f50e6783340bef4581ed798cb91865f302bfa91 (patch)
treeb54c9f7f7cc73c93e465d89abc2873b35d63b65c /.github
parent57c7af7377a7f16f32a66af9d40201ff865c8f64 (diff)
downloadonionshare-9f50e6783340bef4581ed798cb91865f302bfa91.tar.gz
onionshare-9f50e6783340bef4581ed798cb91865f302bfa91.zip
Install missing module for macOS build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 81f2cf89..c63933e7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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