try to fix yarn issue

pull/304/head
Mikael Finstad 2020-04-03 00:50:54 +08:00
rodzic df07503494
commit a771ce25eb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -24,8 +24,8 @@ jobs:
node-version: 12
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
- name: Fix yarn
run: rm ~/.yarnrc
- name: yarn install
run: yarn install --network-timeout 1000000
- name: Install and login to Snapcraft
uses: samuelmeuli/action-snapcraft@v1