We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02222f3 commit dce5d85Copy full SHA for dce5d85
.github/actions/setup_optimizers_linux/action.yml
@@ -120,6 +120,7 @@ runs:
120
mkdir -p ~/ipopt
121
tar xfz ~/installers/idaes-solvers.tar.gz -C ~/ipopt
122
echo "PATH=${PATH}:${HOME}/ipopt" >> $GITHUB_ENV
123
+ echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${HOME}/ipopt" >> $GITHUB_ENV
124
ls ~/ipopt
125
- name: Test IPOPT
126
shell: bash
.github/actions/setup_optimizers_macos/action.yml
@@ -163,6 +163,7 @@ runs:
163
164
165
166
+ echo "DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:${HOME}/ipopt" >> $GITHUB_ENV
167
168
169
0 commit comments