Skip to content

Commit 6d58106

Browse files
authored
Fix workflow issue
1 parent b41d669 commit 6d58106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
- name: Build and Install cppyy-backend
503503
if: ${{ matrix.cppyy == 'On' }}
504504
run: |
505-
cd ${{ github.workspace }}/cppyy-backend
505+
cd ${{ github.workspace }}
506506
mkdir -p $CPPINTEROP_DIR/lib build && cd build
507507
# Install CppInterOp
508508
(cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel ${{ env.ncpus }} )

0 commit comments

Comments
 (0)