We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c581fd4 commit 6ac5782Copy full SHA for 6ac5782
.github/actions/Build_and_Test_cppyy/action.yml
@@ -146,8 +146,9 @@ runs:
146
mkdir -p $env:CPPINTEROP_DIR\lib build
147
cd build
148
# Install CppInterOp
149
- (cd $env:CPPINTEROP_BUILD_DIR
150
- cmake --build . --target install --parallel ${{ env.ncpus }} )
+ cd $env:CPPINTEROP_BUILD_DIR
+ cmake --build . --target install --parallel ${{ env.ncpus }}
151
+ cd ..\cppyy-backend\build\
152
# Build and Install cppyy-backend
153
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
154
cmake --build . --parallel ${{ env.ncpus }}
0 commit comments