From 25b8d22a89eed6ba7ff7b70530461b80828f6b23 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 29 Jun 2022 10:59:03 -0700 Subject: Another action fix --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: | -- cgit v1.2.3