try to fix yarn timeout

pull/304/head
Mikael Finstad 2020-04-03 00:48:28 +08:00
rodzic bd503e740c
commit df07503494
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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')