Skip to content

Commit

Permalink
ci: install liburing-dev
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Nov 15, 2024
1 parent 9c95a74 commit be5a04f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
name: Test
runs-on: ubuntu-24.04
steps:
- name: Install liburing
run: |
sudo apt install liburing-dev -y
- name: Sync repository
uses: actions/checkout@v4

Expand Down

0 comments on commit be5a04f

Please sign in to comment.