Skip to content

Commit caa10de

Browse files
committed
debug
1 parent 710b2de commit caa10de

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
@@ -131,7 +131,7 @@ runs:
131131
132132
$ORACLE_INSTANTCLIENT_LIBPATH=/opt/oracle/instantclient/lib
133133
134-
ls -lah $ORACLE_INSTANTCLIENT_LIBPATH
134+
ls -lah /opt/oracle/instantclient
135135
136136
if ! test -e /usr/lib/libresolv.so.2 && test -e /lib/libc.so.6; then
137137
ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2

0 commit comments

Comments
 (0)