Skip to content

Commit

Permalink
chore(CI): installing go-ipfs is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 15, 2019
1 parent 0072bcc commit 261a1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ install:

# - nuget install secure-file -ExcludeVersion
# - if defined snk_secret secure-file\tools\secure-file -decrypt src\ipfs.ci.snk.enc -secret %snk_secret% -out src\ipfs.dev.snk
- choco install go-ipfs
# - choco install go-ipfs
- choco install go-ipfs --version 0.4.21 --force
- ipfs init
- ps: Start-Process -FilePath "ipfs.exe" -ArgumentList "daemon --enable-pubsub-experiment"

Expand Down

0 comments on commit 261a1cc

Please sign in to comment.