Skip to content

Commit 997980d

Browse files
committed
replace libaio with libaio1t64
1 parent 9867b8a commit 997980d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go-test-linux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
sudo mkdir -p /opt/oracle
8787
sudo unzip -d /opt/oracle /tmp/instantclient-basic-linux.zip
8888
sudo apt-get install libaio1t64 libaio-dev
89+
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/libaio.so.1
8990
9091
- name: Run go test
9192
run: go test -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt

0 commit comments

Comments
 (0)