From 001b07792406805aabc2be1c713b0cab7d371045 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:25:19 +0100 Subject: [PATCH] just really hate this --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff99316a..d464a2b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,9 +86,10 @@ jobs: - run: name: Install Windows System Build Dependencies command: | + sudo apt-get update -y dpkg --add-architecture i386 sudo apt-get update -y - sudo apt-get install -y fakeroot wine64 wine32 + sudo apt-get install -y wine64 wine32 - run: name: Generate Builds (Windows) command: yarn electron-builder -w --x64 -p never @@ -109,9 +110,10 @@ jobs: - run: name: Install Windows System Build Dependencies command: | + sudo apt-get update -y dpkg --add-architecture i386 sudo apt-get update -y - sudo apt-get install -y fakeroot wine64 wine32 + sudo apt-get install -y wine64 wine32 - run: name: Generate Builds (Winget) command: yarn electron-builder --win -c winget.json -p never