From 127690ce5007bd00048203fb1ab18ecc1d90a22c Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 20 Mar 2026 13:29:11 +0100 Subject: [PATCH] ci: use dev version --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d585eb8..154f9be 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: install dependencies - run: sudo apt-get install -y libmicrohttpd + run: sudo apt-get install -y libmicrohttpd-dev - name: check working-directory: ./backend run: make check