Skip to content

Commit

Permalink
Right function syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Oct 16, 2020
1 parent 5658b80 commit 867f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function InstallMsys() {
exec "mingw-get" @("install", "mingw32-autotools")
}

function InstallBoost([string] outputLocation = "C:\Libraries\") {
function InstallBoost([string] $outputLocation = "C:\Libraries\") {
DownloadFile "https://sourceforge.net/projects/boost/files/boost/1.71.0.beta1/boost_1_71_0_b1.tar.gz/download" "boost.tar.gz" $true
if (!(Test-Path -Path "C:\Libraries\" -PathType Container)) {
Step "Creating Boost path"
Expand Down

0 comments on commit 867f741

Please sign in to comment.