Skip to content

Commit e2cf8b7

Browse files
committed
Add metis install to allow caching of IPOPT builds.
- action-build-ipopt-macos build installs metis, but does not cache it, so installing IPOPT from cache results in missing metis library
1 parent 283a375 commit e2cf8b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424

2525
- name: Install GNU Octave
2626
run: |
27+
brew install metis
2728
brew install octave
2829
echo "ML_NAME=Octave" >> $GITHUB_ENV
2930
echo "ML_CMD=octave-cli --no-gui --eval" >> $GITHUB_ENV

0 commit comments

Comments
 (0)