Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t authored Dec 21, 2024
1 parent 2670551 commit fba8b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup_optimizers_linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ runs:
- name: Setup IPOPT Installation
shell: bash
run: |
sudo apt-get install -y libopenblas-dev liblapack3 libgfortran5
mkdir -p ~/ipopt
tar xfz ~/installers/idaes-solvers.tar.gz -C ~/ipopt
echo "PATH=${PATH}:${HOME}/ipopt" >> $GITHUB_ENV
Expand Down

0 comments on commit fba8b95

Please sign in to comment.