We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534bc24 commit 10b402aCopy full SHA for 10b402a
1 file changed
.github/workflows/ci.yml
@@ -7,4 +7,12 @@ on:
7
8
jobs:
9
ci:
10
- uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main
+ 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