Skip to content

Commit d3e15f5

Browse files
committed
wip2
1 parent b56d74f commit d3e15f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/apt-x64/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ runs:
130130
if ! test -e /usr/lib/libresolv.so.2 && test -e /lib/libc.so.6; then
131131
ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
132132
fi
133-
echo "/lib:/usr/local/lib:/usr/lib:/opt/oracle/instantclient/lib" > /etc/ld-musl-x86_64.path
133+
echo "/lib:/usr/local/lib:/usr/lib:/opt/oracle/instantclient" > /etc/ld-musl-x86_64.path
134134
else
135135
sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'
136136
fi

0 commit comments

Comments
 (0)