Skip to content

Commit 459a88e

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

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ on:
66
workflow_dispatch:
77

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

0 commit comments

Comments
 (0)