We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae6f40 commit cdd6b3aCopy full SHA for cdd6b3a
1 file changed
.github/workflows/ruby_head.yml
@@ -48,6 +48,10 @@ jobs:
48
uses: ruby/setup-ruby@v1
49
with:
50
ruby-version: ${{ matrix.ruby }}
51
+ - name: Install system dependencies
52
+ run: |
53
+ sudo apt-get update
54
+ sudo apt-get install -y libaio-dev
55
- name: Download Oracle instant client
56
run: |
57
wget -q https://download.oracle.com/otn_software/linux/instantclient/instantclient-basic-linuxx64.zip
0 commit comments