From f1916db662e2ec2aa4b10d0c728ad121ade6de41 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:21:12 +0100 Subject: [PATCH] just hate this --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2469c3fc..ff99316a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,6 +83,12 @@ jobs: steps: - attach_workspace: at: ~/Cider + - run: + name: Install Windows System Build Dependencies + command: | + dpkg --add-architecture i386 + sudo apt-get update -y + sudo apt-get install -y fakeroot wine64 wine32 - run: name: Generate Builds (Windows) command: yarn electron-builder -w --x64 -p never @@ -103,8 +109,9 @@ jobs: - run: name: Install Windows System Build Dependencies command: | + dpkg --add-architecture i386 sudo apt-get update -y - sudo apt-get install -y fakeroot wine64 + sudo apt-get install -y fakeroot wine64 wine32 - run: name: Generate Builds (Winget) command: yarn electron-builder --win -c winget.json -p never