Skip to content

Commit fba8b95

Browse files
authored
Update action.yml
1 parent 2670551 commit fba8b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup_optimizers_linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ runs:
117117
- name: Setup IPOPT Installation
118118
shell: bash
119119
run: |
120+
sudo apt-get install -y libopenblas-dev liblapack3 libgfortran5
120121
mkdir -p ~/ipopt
121122
tar xfz ~/installers/idaes-solvers.tar.gz -C ~/ipopt
122123
echo "PATH=${PATH}:${HOME}/ipopt" >> $GITHUB_ENV

0 commit comments

Comments
 (0)