Skip to content

Commit 75729b2

Browse files
committed
and this one
1 parent bd01607 commit 75729b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
if find . -type f -name 'libmklml_intel.so' -print -quit | grep -q .; then
5555
echo "libmklml_intel.so found, patching libdnnl.so.3..."
56-
patchelf --add-needed libmklml_intel.so libdnnl.so.3
56+
patchelf --add-needed libmklml_intel.so native/libdnnl.so.3
5757
else
5858
echo "libmklml_intel.so not found, skip patchelf."
5959
fi

0 commit comments

Comments
 (0)