Skip to content

Commit 261a1cc

Browse files
chore(CI): installing go-ipfs is not working
1 parent 0072bcc commit 261a1cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ install:
3636

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

0 commit comments

Comments
 (0)