Skip to content

Commit 10b402a

Browse files
committed
Updated ci.yml to install libaio1, required Ubuntu dependency for embedded DB.
1 parent 534bc24 commit 10b402a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ on:
77

88
jobs:
99
ci:
10-
uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main
10+
runs-on: ${{ inputs.ff-os }}
11+
steps:
12+
- name: Set up Ubuntu package dependencies
13+
run: |
14+
sudo apt-get update
15+
sudo apt-get install -y libaio1
16+
17+
- name: Run shared CI workflow
18+
uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main

0 commit comments

Comments
 (0)