Skip to content

Commit 9f61e1f

Browse files
authored
Merge pull request #2172 from yahonda/use_ojdbc11
Install Oracle JDBC driver ojdbc11.jar for GitHub Actions
2 parents dc58cb3 + 7807653 commit 9f61e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo alien -i oracle-instantclient18.5-devel-18.5.0.0.0-3.x86_64.rpm
5858
- name: Install JDBC Driver
5959
run: |
60-
cp $ORACLE_HOME/lib/ojdbc8.jar lib/.
60+
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/211/ojdbc11.jar -O ./lib/ojdbc11.jar
6161
- name: Create database user
6262
run: |
6363
./ci/setup_accounts.sh

0 commit comments

Comments
 (0)