Fix windows directory issue on yarn install (#1275)

* Update yarn.lock file to match integrity

* Restore network-concurrency flag
This commit is contained in:
Daniel Sanchez 2020-08-25 20:06:37 +02:00 committed by GitHub
parent b337737d5d
commit af0f303fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 848 deletions

View File

@ -44,20 +44,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
- run: |
mkdir .yarncache
yarn install --frozen-lockfile --cache-folder ./.yarncache
- name: Remove and cache clean (Windows Only)
if: startsWith(matrix.os, 'windows')
shell: powershell
run: |
rm -Recurse -Force .yarncache
yarn cache clean
- name: Remove and cache clean
if: "!startsWith(matrix.os, 'windows')"
run: |
rm -rf .yarncache
yarn cache clean
- run: yarn install --frozen-lockfile --network-concurrency 1
- name: Build/Release Desktop App
env:
# macOS notarization API key

861
yarn.lock

File diff suppressed because it is too large Load Diff