File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 name : A job to build ucvm_plotting
99 steps :
1010 - name : set UCVM_SRC_PATH
11- run : echo "UCVM_SRC_PATH=$RUNNER_WORKSPACE/plotting/ ucvm" >> $GITHUB_ENV
11+ run : echo "UCVM_SRC_PATH=$RUNNER_WORKSPACE/ucvm" >> $GITHUB_ENV
1212 - name : set UCVM_INSTALL_PATH
13- run : echo "UCVM_INSTALL_PATH=$RUNNER_WORKSPACE/plotting/ target" >> $GITHUB_ENV
13+ run : echo "UCVM_INSTALL_PATH=$RUNNER_WORKSPACE/target" >> $GITHUB_ENV
1414# ## build ucvm(main) first
1515 - id : get-ucvm
1616 uses : actions/checkout@v2
1717 with :
1818 repository : ' SCECcode/UCVM'
1919 ref : main
2020 path : ucvm
21- - id : build-ucvm
22- uses : ./ucvm/.github/actions/build-ucvm-action
23- with :
24- initiating-repo : ' cvmh'
25- target-model : ' cvmh'
26- target-branch : ' main'
2721# - name: Start SSH debug with tmate
2822# uses: mxschmitt/action-tmate@v3
2923# with:
3024# limit-access-to-actor: true
3125# - name: sleep to keep runner alive
3226# run: sleep 3600
27+ - id : build-ucvm
28+ uses : ./ucvm/.github/actions/build-ucvm-action
29+ with :
30+ initiating-repo : ' cvmh'
31+ target-model : ' cvmh'
32+ target-branch : ' main'
3333 - name : get ucvm_plotting
3434 uses : actions/checkout@v2
3535 - name : set up path to ucvm_plotting
You can’t perform that action at this time.
0 commit comments