File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372
372
# Apply patches
373
373
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
374
374
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
376
376
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
377
377
fi
378
378
cd build
@@ -439,7 +439,7 @@ jobs:
439
439
}
440
440
else
441
441
{
442
- cp -r ..\cppyy-backend\ patches\llvm\clang${{ matrix.clang-runtime }}*
442
+ cp -r ..\patches\llvm\clang${{ matrix.clang-runtime }}*
443
443
#FIXME: Apply patches without hardcoding
444
444
if ( "${{ matrix.clang-runtime }}" -imatch "16" )
445
445
{
You can’t perform that action at this time.
0 commit comments