mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
fix build - wine
This commit is contained in:
parent
fe609ed27e
commit
cfa7a2cc9f
@ -12,12 +12,6 @@ language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- wine
|
||||
- p7zip
|
||||
|
||||
# https://discourse.brew.sh/t/wine-first-time-configuration-gets-stuck-forever-on-macos/1612
|
||||
env:
|
||||
global:
|
||||
@ -36,6 +30,7 @@ before_cache:
|
||||
- rm -rf $HOME/.cache/electron-builder/wine
|
||||
|
||||
before_install:
|
||||
- HOMEBREW_NO_AUTO_UPDATE=1 brew install wine
|
||||
- HOMEBREW_NO_AUTO_UPDATE=1 brew install p7zip
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user