Skip to content

Commit

Permalink
Fix break in package build by pinning ffi version to 1.12 (PowerS…
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Jun 8, 2020
1 parent 92a737b commit ac676f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1809,6 +1809,7 @@ function Start-PSBootstrap {
if($Environment.IsMacOS -or $env:TF_BUILD) {
$gemsudo = $sudo
}
Start-NativeExecution ([ScriptBlock]::Create("$gemsudo gem install ffi -v 1.12.0 --no-document"))
Start-NativeExecution ([ScriptBlock]::Create("$gemsudo gem install fpm -v 1.11.0 --no-document"))
Start-NativeExecution ([ScriptBlock]::Create("$gemsudo gem install ronn -v 0.7.3 --no-document"))
} catch {
Expand Down

0 comments on commit ac676f2

Please sign in to comment.