Skip to content

Commit

Permalink
Add retry in Appveyor install (#4891)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 4, 2021
1 parent d4e8f06 commit 9bcc67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:
# Inspired by https://github.com/Codeception/base/blob/master/appveyor.yml and https://github.com/phpmd/phpmd/blob/master/appveyor.yml
install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y curl
- ps: appveyor-retry cinst -y curl
- SET PATH=C:\Program Files\curl;%PATH%
#which is only needed by the test suite.
- cinst -y which
Expand Down

0 comments on commit 9bcc67a

Please sign in to comment.