Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c27bee5

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent 613713b commit c27bee5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ jobs:
7373
mkdir buildcc
7474
mkdir libs
7575
mkdir extensions
76+
cd ..
77+
ls
7678
7779
- name: BuildExe IM example tiny-process-library
7880
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
7981
run: |
82+
export BUILDCC_HOME="${{github.workspace}}/../buildcc_home"
8083
echo $BUILDCC_HOME
8184
cmake --build . --target run_buildexe_im_tpl_linux_gcc --config Release
8285
@@ -222,10 +225,13 @@ jobs:
222225
mkdir buildcc
223226
mkdir libs
224227
mkdir extensions
228+
cd ..
229+
ls
225230
226231
- name: BuildExe IM example tiny-process-library
227232
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
228233
run: |
234+
export BUILDCC_HOME="${{github.workspace}}/../buildcc_home"
229235
echo $BUILDCC_HOME
230236
cmake --build . --target run_buildexe_im_tpl_linux_gcc --config Release
231237

0 commit comments

Comments
 (0)