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 25123af commit 246b879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libaio
sudo apt-get install --no-install-recommends libaio1
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 246b879

Please sign in to comment.