Skip to content

Commit 0c50e82

Browse files
committed
fix rebase
1 parent 8d9a4aa commit 0c50e82

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
@@ -126,4 +126,4 @@ runs:
126126
rm /opt/oracle/instantclient/sdk/include/ldap.h
127127
# fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
128128
echo DISABLE_INTERRUPT=on > /opt/oracle/instantclient/network/admin/sqlnet.ora
129-
sudo sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'
129+
sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig'

0 commit comments

Comments
 (0)