From 5c76eb97bc7a988a319ca4c80fd78b7fe24d9049 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:22:51 +0100 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de602401..70d6f4a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,18 +46,22 @@ jobs: - node_modules - build - yarn.lock + - package.json + - winget.json # winget.json is a file that is generated by the winget package manager build-windows: executor: cider-ci steps: - - checkout - attach_workspace: at: ~/Cider - run: name: Install Windows System Build Dependencies command: | sudo apt-get update -y - sudo apt-get install -y wine + sudo apt-get install -y dpkg fakeroot wine64 + sudo dpkg --add-architecture i386 + sudo apt-get update -y + sudo apt-get install -y wine32 - run: name: Fix Versioning and Add Channel command: yarn circle:script @@ -74,7 +78,6 @@ jobs: build-linux: executor: cider-ci steps: - - checkout - attach_workspace: at: ~/Cider - run: @@ -95,7 +98,6 @@ jobs: build-winget: executor: cider-ci steps: - - checkout - attach_workspace: at: ~/Cider - run: @@ -122,7 +124,6 @@ jobs: release: executor: cider-ci steps: - - checkout - attach_workspace: at: ~/Cider/dist - run: