mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
fix yarn issue
This commit is contained in:
parent
7a3fa291cd
commit
041d2fb6cf
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -23,15 +23,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/5259#issuecomment-379769451
|
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
|
||||||
- name: Fix connection issue
|
- name: yarn install
|
||||||
run: |
|
run: yarn install --network-timeout 1000000
|
||||||
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
|
- name: Install and login to Snapcraft
|
||||||
uses: samuelmeuli/action-snapcraft@v1
|
uses: samuelmeuli/action-snapcraft@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user