Skip to content

Commit

Permalink
Try bash -lc instead of iex
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 16, 2024
1 parent d8286e0 commit 1205628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/appveyor.functions.ps1
Expand Up @@ -212,9 +212,9 @@ function InstallMsys() {
$env:PATH = "C:\msys64\mingw64\bin;$env:PATH"
}

iex "pacman -S ${env:MINGW_PACKAGE_PREFIX}-autotools"
bash -lc "pacman -S ${env:MINGW_PACKAGE_PREFIX}-autotools"
Step "Installing autotools for msys"
iex "pacman -S autotools"
bash -lc "pacman -S autotools"
}

function InstallBoost([string] $outputLocation = "C:\Libraries\") {
Expand Down

0 comments on commit 1205628

Please sign in to comment.