sudo and pull request
This commit is contained in:
parent
001b077924
commit
31d1567335
2 changed files with 2 additions and 6 deletions
|
@ -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:
|
||||
|
|
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Continuous Integration (Prettier)
|
||||
|
||||
# This action works with pull requests and pushes
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue