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:
|
- run:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update -y
|
sudo dpkg --add-architecture i386
|
||||||
dpkg --add-architecture i386
|
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y wine64 wine32
|
sudo apt-get install -y wine64 wine32
|
||||||
- run:
|
- run:
|
||||||
|
@ -110,8 +109,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update -y
|
sudo dpkg --add-architecture i386
|
||||||
dpkg --add-architecture i386
|
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y wine64 wine32
|
sudo apt-get install -y wine64 wine32
|
||||||
- run:
|
- run:
|
||||||
|
|
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
|
@ -1,8 +1,6 @@
|
||||||
name: Continuous Integration (Prettier)
|
name: Continuous Integration (Prettier)
|
||||||
|
|
||||||
# This action works with pull requests and pushes
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue