Skip to content

Commit

Permalink
Copy as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Nov 6, 2023
1 parent 19e7cd5 commit 7a32d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oracle_thick_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo mkdir /opt/oracle
sudo wget https://download.oracle.com/otn_software/linux/instantclient/214000/instantclient-basic-linux.x64-21.4.0.0.0dbru.zip
sudo unzip instantclient-basic-linux.x64-21.4.0.0.0dbru.zip
cp -r instantclient_21_4 /usr/local/lib/
sudo cp -r instantclient_21_4 /usr/local/lib/
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7a32d51

Please sign in to comment.