File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,13 @@ jobs:
73
73
mkdir buildcc
74
74
mkdir libs
75
75
mkdir extensions
76
+ cd ..
77
+ ls
76
78
77
79
- name : BuildExe IM example tiny-process-library
78
80
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
79
81
run : |
82
+ export BUILDCC_HOME="${{github.workspace}}/../buildcc_home"
80
83
echo $BUILDCC_HOME
81
84
cmake --build . --target run_buildexe_im_tpl_linux_gcc --config Release
82
85
@@ -222,10 +225,13 @@ jobs:
222
225
mkdir buildcc
223
226
mkdir libs
224
227
mkdir extensions
228
+ cd ..
229
+ ls
225
230
226
231
- name : BuildExe IM example tiny-process-library
227
232
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
228
233
run : |
234
+ export BUILDCC_HOME="${{github.workspace}}/../buildcc_home"
229
235
echo $BUILDCC_HOME
230
236
cmake --build . --target run_buildexe_im_tpl_linux_gcc --config Release
231
237
You can’t perform that action at this time.
0 commit comments