From 78212ecf8dcd3761ba511b7c8de80aca0e81cad0 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 20 Mar 2026 13:28:02 +0100 Subject: [PATCH] ci: add sudo --- .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 e37802b..d585eb8 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: apt install -y libmicrohttpd + run: sudo apt-get install -y libmicrohttpd - name: check working-directory: ./backend run: make check