Skip to content

Commit 03601ed

Browse files
committed
fix: add ldconfig for shared library resolution
1 parent 3cce478 commit 03601ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ runs:
7676
echo "ORACLE_HOME=${ORACLE_HOME}" >> "$GITHUB_ENV"
7777
echo "LD_LIBRARY_PATH=${ORACLE_HOME}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> "$GITHUB_ENV"
7878
echo "${ORACLE_HOME}" >> "$GITHUB_PATH"
79+
echo "${ORACLE_HOME}" | sudo tee /etc/ld.so.conf.d/oracle-instantclient.conf
80+
sudo ldconfig

0 commit comments

Comments
 (0)