Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated cfg
  • Loading branch information
Panos committed Aug 22, 2020
commit 7bdafcdcaaaf4dedc8a8d6f05b0420b84a2ce91c
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ install:
- mv -f .git .git.bak
- 7z x ci\appveyor\zlib1211.zip
- appveyor DownloadFile http://web.mit.edu/kerberos/dist/kfw/4.1/kfw-4.1-amd64.msi
- msiexec /quiet /qn /a /passive kfw-4.1-amd64.msi
- msiexec /a kfw-4.1-amd64.msi /passive /qn
- ps: ls C:\Program Files\MIT\Kerberos\
- cp C:\Program Files\MIT\Kerberos\*.dll ssh/
- ps: ls ssh
- ps: ls

Expand Down