ci: install liburing-dev
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9c95a74d56
commit
be5a04f47c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue