Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
ci: fix wget version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 9, 2019
1 parent 637403d commit 2dfdacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ install:
# Copied from
# https://github.com/Phonations/Joker/blob/master/appveyor.yml
- appveyor-retry choco install -y InnoSetup
- appveyor-retry choco install -y wget
- appveyor-retry choco install -y wget --version 1.20
# install R with lme4
- wget -d http://cran.r-project.org/bin/windows/base/old/3.2.5/R-3.2.5-win.exe
- wget -q http://cran.r-project.org/bin/windows/base/old/3.2.5/R-3.2.5-win.exe
- R-3.2.5-win.exe /silent
# Installing an older version of R did neither work so:
#- choco install -dfvy -version 3.2.5 -source 'http://cran.at.r-project.org/bin/windows/base/old/3.2.5/;http://cran.at.r-project.org/bin/windows/base/old/;c:\projects\shapeout' r.project
Expand Down

0 comments on commit 2dfdacd

Please sign in to comment.