Skip to content

Commit 8e00a9b

Browse files
authored
Fix workflow issue
1 parent 6d58106 commit 8e00a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
CPLUS_INCLUDE_PATH="${LLVM_DIR}/llvm/include:${LLVM_DIR}/clang/include:${LLVM_BUILD_DIR}/include:${LLVM_BUILD_DIR}/tools/clang/include:$PWD/include"
469469
fi
470470
471-
export CB_PYTHON_DIR="${{ github.workspace }}/cppyy-backend/python"
471+
export CB_PYTHON_DIR="${{ github.workspace }}/python"
472472
export CPPINTEROP_DIR="$CB_PYTHON_DIR/cppyy_backend"
473473
474474
# Build CppInterOp next to cling and llvm-project.

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
CPLUS_INCLUDE_PATH="${LLVM_DIR}/llvm/include:${LLVM_DIR}/clang/include:${LLVM_BUILD_DIR}/include:${LLVM_BUILD_DIR}/tools/clang/include:$PWD/include"
432432
fi
433433
434-
export CB_PYTHON_DIR="${{ github.workspace }}/cppyy-backend/python"
434+
export CB_PYTHON_DIR="${{ github.workspace }}/python"
435435
export CPPINTEROP_DIR="$CB_PYTHON_DIR/cppyy_backend"
436436
437437
# Build CppInterOp next to cling and llvm-project.

0 commit comments

Comments
 (0)