mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 18:32:34 +01:00
try to fix yarn timeout
This commit is contained in:
parent
bd503e740c
commit
df07503494
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
|
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
|
||||||
|
- name: Fix yarn
|
||||||
|
run: rm ~/.yarnrc
|
||||||
|
|
||||||
- name: Install and login to Snapcraft
|
- name: Install and login to Snapcraft
|
||||||
uses: samuelmeuli/action-snapcraft@v1
|
uses: samuelmeuli/action-snapcraft@v1
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
|
Loading…
Reference in New Issue
Block a user