From 7a3fa291cddba101c5e8a70e1b9759c5c02275cb Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 3 Apr 2020 01:11:11 +0800 Subject: [PATCH] try voodoo --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b292481..2d16dfa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,11 +23,15 @@ jobs: with: node-version: 12 - # Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890 + # Because of timeout issue https://github.com/yarnpkg/yarn/issues/5259#issuecomment-379769451 - name: Fix connection issue run: | - npm config rm proxy + set http_proxy= + set https_proxy= + yarn config delete proxy npm config rm https-proxy + npm config rm proxy + npm config set registry "https://registry.npmjs.org" - name: Install and login to Snapcraft uses: samuelmeuli/action-snapcraft@v1