Skip to content

Commit

Permalink
Merge pull request #426 from singnet/grpc_certificate_issue_fix
Browse files Browse the repository at this point in the history
Fixes GRPC certification issue
  • Loading branch information
DhivakharVenkatachalam authored Oct 6, 2021
2 parents 2d0d13a + cc50c60 commit 582f9e2
Show file tree
Hide file tree
Showing 4 changed files with 4,343 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: Install tools and ipfs
command: |
cd ..
sudo apt-get update
sudo apt-get --allow-releaseinfo-change update
sudo apt-get -y install libudev-dev libusb-1.0-0-dev curl jq
# install IPFS
wget https://dist.ipfs.io/go-ipfs/v0.4.17/go-ipfs_v0.4.17_linux-amd64.tar.gz
wget https://dist.ipfs.io/go-ipfs/v0.4.17/go-ipfs_v0.4.17_linux-amd64.tar.gz --no-check-certificate
tar xvfz go-ipfs_*.tar.gz
sudo cp ./go-ipfs/ipfs /usr/local/bin
- checkout
Expand Down
Loading

0 comments on commit 582f9e2

Please sign in to comment.