File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3030 uses : mxschmitt/action-tmate@v3
3131 with :
3232 limit-access-to-actor : true
33-
3433 - name : sleep to keep runner alive
3534 run : sleep 3600
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- if [[ -z " ${UCVM_INSTALL_PATH} " ]]; then
4- if [[ -f " ${UCVM_INSTALL_PATH} /model/uwlinca/lib" ]]; then
5- env DYLD_LIBRARY_PATH=${UCVM_INSTALL_PATH} /model/uwlinca/lib ./test_uwlinca
3+ if [[ ! -z " ${UCVM_INSTALL_PATH} " ]]; then
4+ if [[ -d " ${UCVM_INSTALL_PATH} /model/uwlinca/lib" ]]; then
5+ env DYLD_LIBRARY_PATH=${UCVM_INSTALL_PATH} /model/uwlinca/lib: ${DYLD_LIBRARY_PATH} ./test_uwlinca
66 exit
77 fi
88fi
9- env DYLD_LIBRARY_PATH=../src ./test_uwlinca
9+ env DYLD_LIBRARY_PATH=../src: ${DYLD_LIBRARY_PATH} ./test_uwlinca
You can’t perform that action at this time.
0 commit comments