From 31d1567335ef6e10c029812573ade71f0c397ea0 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:30:04 +0100 Subject: [PATCH] sudo and pull request --- .circleci/config.yml | 6 ++---- .github/workflows/prettier.yml | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d464a2b2..3ef40f46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,8 +86,7 @@ jobs: - run: name: Install Windows System Build Dependencies command: | - sudo apt-get update -y - dpkg --add-architecture i386 + sudo dpkg --add-architecture i386 sudo apt-get update -y sudo apt-get install -y wine64 wine32 - run: @@ -110,8 +109,7 @@ jobs: - run: name: Install Windows System Build Dependencies command: | - sudo apt-get update -y - dpkg --add-architecture i386 + sudo dpkg --add-architecture i386 sudo apt-get update -y sudo apt-get install -y wine64 wine32 - run: diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 76a724ae..291981db 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -1,8 +1,6 @@ name: Continuous Integration (Prettier) -# This action works with pull requests and pushes on: - pull_request: push: branches: - main