Skip to content

Commit b184a46

Browse files
authored
[ci] Use clang patches in CppInterOp, not cppyy-backend
1 parent 7ee7774 commit b184a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
# Apply patches
373373
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
374374
if [[ "${llvm_vers}" == "16" ]]||[[ "${llvm_vers}" == "17" ]]; then
375-
git apply -v ../cppyy-backend/patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
375+
git apply -v ../patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
376376
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
377377
fi
378378
cd build
@@ -439,7 +439,7 @@ jobs:
439439
}
440440
else
441441
{
442-
cp -r ..\cppyy-backend\patches\llvm\clang${{ matrix.clang-runtime }}*
442+
cp -r ..\patches\llvm\clang${{ matrix.clang-runtime }}*
443443
#FIXME: Apply patches without hardcoding
444444
if ( "${{ matrix.clang-runtime }}" -imatch "16" )
445445
{

0 commit comments

Comments
 (0)