Skip to content

Commit eff1462

Browse files
committed
try with libdnnl.so.3
1 parent 21798e2 commit eff1462

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
@@ -1,4 +1,4 @@
1-
name: main
1+
name: main
22
on:
33
push:
44
branches:
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
cd ./tests/Sdcb.PaddleOCR.Tests/bin/Release/net8.0/runtimes/linux-x64/native
5353
54-
patchelf --add-needed libmklml_intel.so libpaddle_inference_c.so
54+
patchelf --add-needed libmklml_intel.so libdnnl.so.3
5555
5656
# for so in $(find . -type f -name '*.so*'); do
5757
# echo "================ $so ================"

0 commit comments

Comments
 (0)