Skip to content

Commit cdd6b3a

Browse files
committed
Install libaio-dev
1 parent cae6f40 commit cdd6b3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ruby_head.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
uses: ruby/setup-ruby@v1
4949
with:
5050
ruby-version: ${{ matrix.ruby }}
51+
- name: Install system dependencies
52+
run: |
53+
sudo apt-get update
54+
sudo apt-get install -y libaio-dev
5155
- name: Download Oracle instant client
5256
run: |
5357
wget -q https://download.oracle.com/otn_software/linux/instantclient/instantclient-basic-linuxx64.zip

0 commit comments

Comments
 (0)