aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-02 14:32:00 -0700
committerMicah Lee <micah@micahflee.com>2022-10-02 14:32:00 -0700
commit3bb2d655c34a9b4464f2595d0ac69d8584b7e463 (patch)
treef814e986426d7adb5331639aec9a994bf2975031 /snap
parent6c361a379cbbc76110e0b6f78d7d779b46f167d8 (diff)
downloadonionshare-3bb2d655c34a9b4464f2595d0ac69d8584b7e463.tar.gz
onionshare-3bb2d655c34a9b4464f2595d0ac69d8584b7e463.zip
Give up on building snap in CI
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 4007fd97..cca7fcfc 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -129,7 +129,7 @@ parts:
override-build: |
poetry install
poetry build
- pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
+ python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
after: [tor, obfs4, snowflake-client, meek-client]
tor: