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 10b402a commit 459a88eCopy full SHA for 459a88e
1 file changed
.github/workflows/ci.yml
@@ -6,13 +6,11 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- ci:
+ install-dependencies:
10
runs-on: ${{ inputs.ff-os }}
11
steps:
12
- - name: Set up Ubuntu package dependencies
13
- run: |
+ - 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
+ ci:
+ uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main
0 commit comments