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:
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 {
You can’t perform that action at this time.
0 commit comments