We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc58cb3 commit d7e5b6eCopy full SHA for d7e5b6e
.github/workflows/ruby.yml
@@ -30,7 +30,9 @@ jobs:
30
sudo alien -i oracle-instantclient19.6-basic-19.6.0.0.0-1.x86_64.rpm
31
sudo alien -i oracle-instantclient19.6-sqlplus-19.6.0.0.0-1.x86_64.rpm
32
sudo alien -i oracle-instantclient19.6-devel-19.6.0.0.0-1.x86_64.rpm
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
36
- name: Build and run RuboCop
37
run: |
38
bundle install --jobs 4 --retry 3
0 commit comments