Skip to content

Commit 6942185

Browse files
committed
MacOS needs both
1 parent 7d939ba commit 6942185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- name: Install Dependencies on MacOS
207207
if: ${{ contains(matrix.os, 'macos') }}
208208
run: |
209-
brew install open-mpi libomp eigen ccache cfitsio boost yaml-cpp
209+
brew install open-mpi libomp eigen ccache cfitsio boost yaml-cpp onnxruntime
210210
echo "CMAKE_PREFIX_PATH=/opt/homebrew/opt/libomp" >> $GITHUB_ENV
211211
echo "/opt/homebrew/opt/ccache/libexec" >> $GITHUB_PATH
212212

0 commit comments

Comments
 (0)