File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -175,11 +175,17 @@ jobs:
175
175
176
176
# RMG build step
177
177
- run : make install
178
+
179
+ - name : LD_LIBRARY_PATH check
180
+ run : echo $LD_LIBRARY_PATH
178
181
179
182
- name : Setup Juliaup
180
183
uses : julia-actions/install-juliaup@v2
181
184
with :
182
185
channel : ' 1.9'
186
+
187
+ - name : LD_LIBRARY_PATH check
188
+ run : echo $LD_LIBRARY_PATH
183
189
184
190
- name : Set some env vars
185
191
run : |
@@ -191,6 +197,9 @@ jobs:
191
197
- name : Install and link Julia dependencies
192
198
timeout-minutes : 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
193
199
run : . install_rms.sh
200
+
201
+ - name : LD_LIBRARY_PATH check
202
+ run : echo $LD_LIBRARY_PATH
194
203
195
204
- name : Set some other env vars
196
205
run : |
@@ -272,6 +281,9 @@ jobs:
272
281
github-token : ${{ secrets.GITHUB_TOKEN }}
273
282
name : stable_regression_results
274
283
path : stable_regression_results
284
+
285
+ - name : LD_LIBRARY_PATH check
286
+ run : echo $LD_LIBRARY_PATH
275
287
276
288
# Regression Testing - Actual Comparisons
277
289
- name : Regression Tests - Compare to Baseline
You can’t perform that action at this time.
0 commit comments