Skip to content

Commit

Permalink
wip: fetch go-ipfs from generic gateway
Browse files Browse the repository at this point in the history
quick workaround for
npm ERR! path
/home/runner/work/ipfs-webui/ipfs-webui/node_modules/go-ipfs
npm ERR! command failed
npm ERR! command sh -c node src/post-install.js
npm ERR! FetchError: request to https://dist.ipfs.io/go-ipfs/versions
failed, reason: getaddrinfo EAI_AGAIN dist.ipfs.io
npm ERR!     at ClientRequest.<anonymous>
(/home/runner/work/ipfs-webui/ipfs-webui/node_modules/node-fetch/lib/index.js:1461:11)
  • Loading branch information
lidel committed Apr 19, 2021
1 parent 358318c commit b9ac75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
XDG_CACHE_HOME: ${{ github.workspace }}/.cache

GO_IPFS_DIST_URL: 'https://dweb.link/ipns/dist.ipfs.io'

jobs:
build:
Expand Down

0 comments on commit b9ac75a

Please sign in to comment.