Skip to content

Commit f1d3b8d

Browse files
authored
ci: fix oracle tests (#263)
1 parent 2c95426 commit f1d3b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
uses: arduino/setup-protoc@v3
112112
- name: Install the latest Oracle instant client
113113
run: |
114+
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
114115
curl -Lo basic.zip https://download.oracle.com/otn_software/linux/instantclient/instantclient-basic-linuxx64.zip
115116
mkdir linux
116117
unzip basic.zip -d linux -x "META-INF/*"

0 commit comments

Comments
 (0)