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: