Ensure the app is closed before installing on Windows

This commit is contained in:
Fedor Indutny
2021-05-18 13:48:10 -07:00
committed by Scott Nonnenberg
parent bcaca1ebd5
commit d1d53b645d
3 changed files with 66 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('yarn.lock', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'