Skip to content

Commit 85cd8b3

Browse files
committed
Install JDBC Driver from Oracle Instant Client
1 parent e497238 commit 85cd8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby_head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "$ORACLE_HOME" >> $GITHUB_PATH
6161
- name: Install JDBC Driver
6262
run: |
63-
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/211/ojdbc11.jar -O ./lib/ojdbc11.jar
63+
cp /opt/oracle/instantclient_23_8/ojdbc17.jar ./lib/
6464
- name: Create database user
6565
run: |
6666
./ci/setup_accounts.sh

0 commit comments

Comments
 (0)