Skip to content

Commit 6ac5782

Browse files
authored
Update action.yml
1 parent c581fd4 commit 6ac5782

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ runs:
146146
mkdir -p $env:CPPINTEROP_DIR\lib build
147147
cd build
148148
# Install CppInterOp
149-
(cd $env:CPPINTEROP_BUILD_DIR
150-
cmake --build . --target install --parallel ${{ env.ncpus }} )
149+
cd $env:CPPINTEROP_BUILD_DIR
150+
cmake --build . --target install --parallel ${{ env.ncpus }}
151+
cd ..\cppyy-backend\build\
151152
# Build and Install cppyy-backend
152153
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
153154
cmake --build . --parallel ${{ env.ncpus }}

0 commit comments

Comments
 (0)