From e22d4c43c19398eb8a80f761659d3ef0ec2cef2f Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 18 Sep 2021 11:24:37 -0700 Subject: [PATCH] Fix wine not being installed properly I have no idea why it wasn't working before. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c1411c0f..d110ed252 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Setup WINE, rcedit and NSIS 🍷 run: | - dpkg --add-architecture i386 && apt-get update && apt-get install -y wine-stable wine32 nsis + dpkg --add-architecture i386 && apt-get update && apt-get install -y wine-stable && apt-get install -y wine32 && apt-get install -y nsis chown root:root -R ~ wget https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe mkdir -v -p ~/.local/share/rcedit