Skip to content

Commit

Permalink
Fix syntax using iex
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 16, 2024
1 parent 7b3b57a commit 998f72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/appveyor.functions.ps1
Expand Up @@ -206,9 +206,9 @@ function InstallMingwGet() {

function InstallMsys() {
Step "Installing autotools for mingw"
exec "pacman -S `"${MINGW_PACKAGE_PREFIX}-autotools`"
iex "pacman -S ${env:MINGW_PACKAGE_PREFIX}-autotools"
Step "Installing autotools for msys"
exec "pacman -S autotools"
iex "pacman -S autotools"
}

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

0 comments on commit 998f72e

Please sign in to comment.