Skip to content

Commit 7e91ab1

Browse files
committed
add libaec library for pip CI action
1 parent 1363dd3 commit 7e91ab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
brew install boost
3939
brew install hdf5
4040
brew install ninja
41+
brew install libaec
4142
4243
brew install llvm
4344
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
@@ -57,6 +58,7 @@ jobs:
5758
brew install boost
5859
brew install hdf5
5960
brew install ninja
61+
brew install libaec
6062
6163
brew install llvm
6264
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile

0 commit comments

Comments
 (0)