sudo and pull request

This commit is contained in:
Core 2022-08-04 22:30:04 +01:00
parent 001b077924
commit 31d1567335
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 2 additions and 6 deletions

View file

@ -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:

View file

@ -1,8 +1,6 @@
name: Continuous Integration (Prettier)
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main