ci: install liburing-dev

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-11-15 17:09:36 -05:00
parent 9c95a74d56
commit be5a04f47c
1 changed files with 4 additions and 0 deletions

View File

@ -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