update mautrix-whatsapp to 0.1.8
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
05de574471
commit
0a77b72cd3
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ git_deploy = {
|
|||
|
||||
actions = {
|
||||
'mautrix-whatsapp_build': {
|
||||
'command': 'cd /opt/mautrix-whatsapp/src && go build',
|
||||
'command': 'cd /opt/mautrix-whatsapp/src && GOMAXPROCS=$(nproc) go build',
|
||||
'triggered': True,
|
||||
'needs': {
|
||||
'pkg_apt:golang-go',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue