summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorSimon Rettberg2024-05-13 18:35:48 +0200
committerSimon Rettberg2024-05-13 18:35:48 +0200
commit0f16ef689937cef5b9d6a3afe594be028b7fca09 (patch)
tree1e9789983adc85e1e1a397f46dcee9da4d69a180 /.github/workflows/lint.yml
parent[FUSE] I'M AN IDIOT (diff)
downloaddnbd3-0f16ef689937cef5b9d6a3afe594be028b7fca09.tar.gz
dnbd3-0f16ef689937cef5b9d6a3afe594be028b7fca09.tar.xz
dnbd3-0f16ef689937cef5b9d6a3afe594be028b7fca09.zip
github: Need libcurl now
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 6d41378..14fc471 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,6 +18,7 @@ jobs:
clang-format \
linux-headers-generic \
libfuse-dev \
+ libcurl4-openssl-dev \
libjansson-dev \
rpm
- name: Checkout dnbd3 repository