Give up on building snap in CI

This commit is contained in:
Micah Lee 2022-10-02 14:32:00 -07:00
parent 6c361a379c
commit 3bb2d655c3
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: Build
run-name: Build win32, win64, mac (Intel) 🚀
run-name: Build win32, win64, mac (Intel), snapcraft 🚀
on:
push:
branches:

View File

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