ci: add sudo

This commit is contained in:
SimonFJ20 2026-03-20 13:28:02 +01:00
parent 272f0dac59
commit 78212ecf8d

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install dependencies - name: install dependencies
run: apt install -y libmicrohttpd run: sudo apt-get install -y libmicrohttpd
- name: check - name: check
working-directory: ./backend working-directory: ./backend
run: make check run: make check