aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2022-06-29 11:08:04 -0700
committerGitHub <noreply@github.com>2022-06-29 11:08:04 -0700
commit7ab27c2601b626d87488ee0f1871a920857dae54 (patch)
tree007842b8e6424adec8852eaadeb7ba4efa2d8741 /.github
parenta64dfc52f2b20b718a9f724c6339e6cb647c1d71 (diff)
downloadtrackermap-server-7ab27c2601b626d87488ee0f1871a920857dae54.tar.gz
trackermap-server-7ab27c2601b626d87488ee0f1871a920857dae54.tar.bz2
trackermap-server-7ab27c2601b626d87488ee0f1871a920857dae54.zip
Attempt to fix wine
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0cb51ddba..7961fc6d9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
- run: |
sudo dpkg --add-architecture i386
sudo apt-get update
- sudo apt-get install innoextract makeself wine wine32
+ sudo apt-get install innoextract makeself wine32
- name: Build installers
working-directory: ./setup
run: |