Skip to content

Commit

Permalink
[DOP-23318] Fix Oracle tests on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 21, 2025
1 parent 33bb41a commit 25123af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
- name: Set up Oracle instantclient
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libaio
mkdir ./tmp
wget -P ./tmp https://download.oracle.com/otn_software/linux/instantclient/2110000/instantclient-basic-linux.x64-21.10.0.0.0dbru.zip
mkdir -p ./oracle
Expand Down

0 comments on commit 25123af

Please sign in to comment.