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 b41d669 commit 6d58106Copy full SHA for 6d58106
.github/workflows/Ubuntu.yml
@@ -502,7 +502,7 @@ jobs:
502
- name: Build and Install cppyy-backend
503
if: ${{ matrix.cppyy == 'On' }}
504
run: |
505
- cd ${{ github.workspace }}/cppyy-backend
+ cd ${{ github.workspace }}
506
mkdir -p $CPPINTEROP_DIR/lib build && cd build
507
# Install CppInterOp
508
(cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel ${{ env.ncpus }} )
0 commit comments