Skip to content

Commit

Permalink
Try a different version of libgfortran.a for appVeyor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinmo committed Apr 11, 2018
1 parent 28262e6 commit 20a74d6
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 @@ -2,7 +2,7 @@ version: 1.0.{build}
build_script:
- pwsh: |
Invoke-RestMethod -Uri https://s3.amazonaws.com/dsteinmo-libs/include-deps.zip -OutFile include-deps.zip
Invoke-RestMethod -Uri https://s3.amazonaws.com/dsteinmo-libs/deps-win-mingw64.zip -OutFile deps-win-mingw64.zip
Invoke-RestMethod -Uri https://s3.amazonaws.com/dsteinmo-libs/deps-appveyor.zip -OutFile deps-win-mingw64.zip
Expand-Archive -Path include-deps.zip -DestinationPath .\include\
Expand-Archive -Path deps-win-mingw64.zip -DestinationPath .\lib\
rm .\lib\libgfortran.a
Expand Down

0 comments on commit 20a74d6

Please sign in to comment.