aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2022-06-29 10:59:03 -0700
committerGitHub <noreply@github.com>2022-06-29 10:59:03 -0700
commit25b8d22a89eed6ba7ff7b70530461b80828f6b23 (patch)
tree8cb2c8ebfab45da7bf25d38d7e6ca8f283f36c3b /.github
parent9efc28ceaa3a232756bfd51140c8bfb85f207ee3 (diff)
downloadtrackermap-server-25b8d22a89eed6ba7ff7b70530461b80828f6b23.tar.gz
trackermap-server-25b8d22a89eed6ba7ff7b70530461b80828f6b23.tar.bz2
trackermap-server-25b8d22a89eed6ba7ff7b70530461b80828f6b23.zip
Another action fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 407bb9563..6f12f1477 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -39,8 +39,9 @@ jobs:
echo "$HOME/bin/Sencha/Cmd/" >> $GITHUB_PATH
- run: ./traccar-web/tools/package.sh
- run: |
+ sudo dpkg --add-architecture i386
sudo apt-get update
- sudo apt-get install innoextract wine makeself
+ sudo apt-get install innoextract makeself wine wine32
- name: Build installers
working-directory: ./setup
run: |