mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-06 13:24:24 -04:00
Give up on building snap in CI
This commit is contained in:
parent
e9baefaaa6
commit
bda741e974
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Build
|
||||
run-name: Build win32, win64, mac (Intel) 🚀
|
||||
run-name: Build win32, win64, mac (Intel), snapcraft 🚀
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue