diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2022-06-29 10:59:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 10:59:03 -0700 |
commit | 25b8d22a89eed6ba7ff7b70530461b80828f6b23 (patch) | |
tree | 8cb2c8ebfab45da7bf25d38d7e6ca8f283f36c3b | |
parent | 9efc28ceaa3a232756bfd51140c8bfb85f207ee3 (diff) | |
download | trackermap-server-25b8d22a89eed6ba7ff7b70530461b80828f6b23.tar.gz trackermap-server-25b8d22a89eed6ba7ff7b70530461b80828f6b23.tar.bz2 trackermap-server-25b8d22a89eed6ba7ff7b70530461b80828f6b23.zip |
Another action fix
-rw-r--r-- | .github/workflows/release.yml | 3 |
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: | |