diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f86789..43d327d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -372,7 +372,7 @@ jobs: # Apply patches llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]') if [[ "${llvm_vers}" == "16" ]]||[[ "${llvm_vers}" == "17" ]]; then - git apply -v ../cppyy-backend/patches/llvm/clang${{ matrix.clang-runtime }}-*.patch + git apply -v ../patches/llvm/clang${{ matrix.clang-runtime }}-*.patch echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:" fi cd build @@ -439,7 +439,7 @@ jobs: } else { - cp -r ..\cppyy-backend\patches\llvm\clang${{ matrix.clang-runtime }}* + cp -r ..\patches\llvm\clang${{ matrix.clang-runtime }}* #FIXME: Apply patches without hardcoding if ( "${{ matrix.clang-runtime }}" -imatch "16" ) {