fix print versions

This commit is contained in:
SimonFJ20 2026-03-20 13:46:45 +01:00
parent cdfe121a43
commit bb1c35cd01

View File

@ -12,12 +12,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: versions - run: gcc --version
run: - run: clang-format --version
- gcc --version - run: sudo apt-get install -y libmicrohttpd-dev
- clang-format --version
- name: install dependencies
run: sudo apt-get install -y libmicrohttpd-dev
- name: check - name: check
working-directory: ./backend working-directory: ./backend
run: make check run: make check