Skip to content

Commit

Permalink
ci: fix oracle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Jan 7, 2025
1 parent 283daee commit bc7386a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
uses: arduino/setup-protoc@v3
- name: Install the latest Oracle instant client
run: |
sudo apt-get install libaio1
curl -Lo basic.zip https://download.oracle.com/otn_software/linux/instantclient/instantclient-basic-linuxx64.zip
mkdir linux
unzip basic.zip -d linux -x "META-INF/*"
Expand Down

0 comments on commit bc7386a

Please sign in to comment.