We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016abdd commit 057118fCopy full SHA for 057118f
.github/workflows/checks.yml
@@ -95,6 +95,9 @@ jobs:
95
with:
96
use-sodium-vrf: false
97
98
+ - name: "Move to base action: install liburing on ubuntu"
99
+ run: sudo apt -y install liburing-dev
100
+
101
- name: Install cabal-plan
102
run: |
103
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