Skip to content

Commit 12ca76f

Browse files
add brew install bzip2
1 parent f2d134f commit 12ca76f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builders/macos-python-builder.psm1

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ class macOSPythonBuilder : NixPythonBuilder {
3131
.SYNOPSIS
3232
Prepare system environment by installing dependencies and required packages.
3333
#>
34+
35+
Execute-Command -Command "brew install bzip2"
3436
}
3537

3638
[void] Configure() {

0 commit comments

Comments
 (0)