Skip to content

Commit 674dd72

Browse files
author
meihuisu
committed
wip
1 parent 724cb8b commit 674dd72

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/cvms5-ucvm-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ jobs:
123123
- name: check on ucvm
124124
run: (source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ucvm_query -H)
125125
shell: bash
126-
- name: Start SSH debug with tmate
127-
uses: mxschmitt/action-tmate@v3
128-
with:
129-
limit-access-to-actor: true
130-
- name: sleep to keep runner alive
131-
run: sleep 3600
126+
# - name: Start SSH debug with tmate
127+
# uses: mxschmitt/action-tmate@v3
128+
# with:
129+
# limit-access-to-actor: true
130+
# - name: sleep to keep runner alive
131+
# run: sleep 3600
132132
### check ucvm is still valid
133133
- name: test cvms5 with ucvm
134134
run: (cd $RUNNER_WORKSPACE/cvms5/ucvm/work/model/cvms5; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/cvms5-test-ucvm.sh)

test/run_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ if [[ -z "${UCVM_INSTALL_PATH}" ]]; then
66
exit
77
fi
88
fi
9-
env DYLD_LIBRARY_PATH=../src ./test_cvms5
9+
env DYLD_LIBRARY_PATH=../src:${DYLD_LIBRARY_PATH} ./test_cvms5
1010

0 commit comments

Comments
 (0)