Skip to content

Commit f0b97fb

Browse files
committed
try this one
1 parent 75729b2 commit f0b97fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
cd ./tests/Sdcb.PaddleOCR.Tests/bin/Release/net8.0/runtimes/linux-x64
5353
5454
if find . -type f -name 'libmklml_intel.so' -print -quit | grep -q .; then
55-
echo "libmklml_intel.so found, patching libdnnl.so.3..."
56-
patchelf --add-needed libmklml_intel.so native/libdnnl.so.3
55+
echo "libmklml_intel.so found, patching elf..."
56+
patchelf --add-needed libmklml_intel.so native/libpaddle_inference_c.so
5757
else
5858
echo "libmklml_intel.so not found, skip patchelf."
5959
fi

0 commit comments

Comments
 (0)