Skip to content

Commit

Permalink
#118 add libaio-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 18, 2024
1 parent a7cebfc commit f757356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
curl --output /tmp/instantclient-basic-linux.zip https://download.oracle.com/otn_software/linux/instantclient/2350000/instantclient-basic-linux.x64-23.5.0.24.07.zip
sudo mkdir -p /opt/oracle
sudo unzip -d /opt/oracle /tmp/instantclient-basic-linux.zip
sudo apt-get install libaio1t64
sudo apt-get install libaio1 libaio-dev
# sudo apt-get install libaio1t64
- name: Run go test
run: go test -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt

Expand Down

0 comments on commit f757356

Please sign in to comment.