Merge pull request #1168 from gnosis/desktop-ci-fix
bring back network concurrency param
This commit is contained in:
commit
2672028b41
|
@ -44,7 +44,7 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 10.16
|
node-version: 10.16
|
||||||
- run: yarn install
|
- run: yarn install --network-concurrency 1
|
||||||
|
|
||||||
- name: Build/Release Desktop App
|
- name: Build/Release Desktop App
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue