ci: use dev version

This commit is contained in:
SimonFJ20 2026-03-20 13:29:11 +01:00
parent 78212ecf8d
commit 127690ce50

View File

@ -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