Undo snap meek-client change and add verbosity

This commit is contained in:
Miguel Jacq 2025-02-08 17:08:11 +11:00
parent a2148a920f
commit 48849f4f7e
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9
2 changed files with 1 additions and 2 deletions

View File

@ -287,7 +287,7 @@ jobs:
sudo ufw disable
- name: Build snap
run: sudo snapcraft
run: sudo snapcraft --verbosity debug
- name: Compress lxd directory and set proper permissions
run: |

View File

@ -223,4 +223,3 @@ parts:
cd meek-client
mkdir -p /build/onionshare/meek-client/install/bin
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...
cp /build/onionshare/meek-client/install/bin/meek-client $CRAFT_PART_INSTALL/bin