1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

try to fix yarn timeout

This commit is contained in:
Mikael Finstad 2020-04-03 00:48:28 +08:00
parent bd503e740c
commit df07503494

View File

@ -23,6 +23,10 @@ jobs:
with:
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
uses: samuelmeuli/action-snapcraft@v1
if: startsWith(matrix.os, 'ubuntu')