From 19d6d06a8d01c419dbcfbae204693d2013b3f111 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:07:56 +0100 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbbb5e95..44e956ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: name: Install Windows System Build Dependencies command: | sudo apt-get update -y - sudo apt-get install -y wine32 + sudo apt-get install -y wine - run: name: Fix Versioning and Add Channel command: yarn circle:script @@ -102,7 +102,7 @@ jobs: name: Install Windows System Build Dependencies command: | sudo apt-get update -y - sudo apt-get install -y wine32 + sudo apt-get install -y wine - run: name: Fix Versioning and Add Channel command: yarn circle:script