Skip to content

Commit 057118f

Browse files
committed
Install liburing on CI
1 parent 016abdd commit 057118f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
with:
9696
use-sodium-vrf: false
9797

98+
- name: "Move to base action: install liburing on ubuntu"
99+
run: sudo apt -y install liburing-dev
100+
98101
- name: Install cabal-plan
99102
run: |
100103
wget -q https://github.com/haskell-hvr/cabal-plan/releases/download/v0.7.3.0/cabal-plan-0.7.3.0-x86_64-linux.xz

0 commit comments

Comments
 (0)