Skip to content

Commit

Permalink
Download ojdbc11.jar
Browse files Browse the repository at this point in the history
Follow up #2155
  • Loading branch information
yahonda committed Apr 1, 2021
1 parent dc58cb3 commit d7e5b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
sudo alien -i oracle-instantclient19.6-basic-19.6.0.0.0-1.x86_64.rpm
sudo alien -i oracle-instantclient19.6-sqlplus-19.6.0.0.0-1.x86_64.rpm
sudo alien -i oracle-instantclient19.6-devel-19.6.0.0.0-1.x86_64.rpm
- name: Download ojdbc11.jar
run: |
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/211/ojdbc11.jar -O ./lib/ojdbc11.jar
- name: Build and run RuboCop
run: |
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit d7e5b6e

Please sign in to comment.