1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 03:33:14 +01:00

try to fix crash

This commit is contained in:
Mikael Finstad 2019-01-12 20:10:05 +00:00
parent 7a03b91542
commit 0dd6a5c683

View File

@ -8,8 +8,10 @@ node_js:
# https://discourse.brew.sh/t/wine-first-time-configuration-gets-stuck-forever-on-macos/1612
env:
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder WINEARCH=win32
- HOMEBREW_LOGS=/tmp # Prevent crash
global:
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder WINEARCH=win32
- HOMEBREW_LOGS=/tmp/homebrew-logs # Prevent crash
- HOMEBREW_TEMP=/tmp/homebrew-temp # Prevent crash
cache:
yarn: true