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

Skip to content

Commit 613713b

Browse files
committed
Update win_cmake_build.yml
1 parent fc945d8 commit 613713b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/win_cmake_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ jobs:
6565
mkdir buildcc
6666
mkdir libs
6767
mkdir extensions
68+
cd ..
69+
dir
6870
6971
- name: BuildExe IM example tiny-process-library
7072
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
7173
run: |
72-
$env:BUILDCC_HOME
74+
$env:BUILDCC_HOME = "${{github.workspace}}/../buildcc_home"
7375
cmake --build . --config Release --target run_buildexe_im_tpl_win_msvc
7476
7577
# - name: TODO, BuildExe SM simple hyrid example

0 commit comments

Comments
 (0)