Updated config.yml
This commit is contained in:
parent
5158205f28
commit
19d6d06a8d
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ jobs:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y wine32
|
sudo apt-get install -y wine
|
||||||
- run:
|
- run:
|
||||||
name: Fix Versioning and Add Channel
|
name: Fix Versioning and Add Channel
|
||||||
command: yarn circle:script
|
command: yarn circle:script
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y wine32
|
sudo apt-get install -y wine
|
||||||
- run:
|
- run:
|
||||||
name: Fix Versioning and Add Channel
|
name: Fix Versioning and Add Channel
|
||||||
command: yarn circle:script
|
command: yarn circle:script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue