Skip to content

Commit 44e55d5

Browse files
committed
Add liburing to CI workflow
1 parent 8e9af80 commit 44e55d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
with:
6666
use-sodium-vrf: false
6767

68+
- name: "Move to base action: install liburing on ubuntu"
69+
if: runner.os == 'Linux'
70+
run: sudo apt -y install liburing-dev
71+
6872
- name: Install Haskell
6973
uses: input-output-hk/actions/haskell@latest
7074
id: setup-haskell

0 commit comments

Comments
 (0)