Skip to content

Commit d7e5b6e

Browse files
committed
Download ojdbc11.jar
Follow up rsim#2155
1 parent dc58cb3 commit d7e5b6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
sudo alien -i oracle-instantclient19.6-basic-19.6.0.0.0-1.x86_64.rpm
3131
sudo alien -i oracle-instantclient19.6-sqlplus-19.6.0.0.0-1.x86_64.rpm
3232
sudo alien -i oracle-instantclient19.6-devel-19.6.0.0.0-1.x86_64.rpm
33-
33+
- name: Download ojdbc11.jar
34+
run: |
35+
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/211/ojdbc11.jar -O ./lib/ojdbc11.jar
3436
- name: Build and run RuboCop
3537
run: |
3638
bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)