mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-09 15:23:04 -04:00
Undo snap meek-client change and add verbosity
This commit is contained in:
parent
a2148a920f
commit
48849f4f7e
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -287,7 +287,7 @@ jobs:
|
||||||
sudo ufw disable
|
sudo ufw disable
|
||||||
|
|
||||||
- name: Build snap
|
- name: Build snap
|
||||||
run: sudo snapcraft
|
run: sudo snapcraft --verbosity debug
|
||||||
|
|
||||||
- name: Compress lxd directory and set proper permissions
|
- name: Compress lxd directory and set proper permissions
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -223,4 +223,3 @@ parts:
|
||||||
cd meek-client
|
cd meek-client
|
||||||
mkdir -p /build/onionshare/meek-client/install/bin
|
mkdir -p /build/onionshare/meek-client/install/bin
|
||||||
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...
|
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...
|
||||||
cp /build/onionshare/meek-client/install/bin/meek-client $CRAFT_PART_INSTALL/bin
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue