From bb1c35cd01aca9d22f633db5969c4dd6485ce3b8 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 20 Mar 2026 13:46:45 +0100 Subject: [PATCH] fix print versions --- .github/workflows/verify.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 5141491..2bfc5e8 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,12 +12,9 @@ jobs: steps: - uses: actions/checkout@v4 - - name: versions - run: - - gcc --version - - clang-format --version - - name: install dependencies - run: sudo apt-get install -y libmicrohttpd-dev + - run: gcc --version + - run: clang-format --version + - run: sudo apt-get install -y libmicrohttpd-dev - name: check working-directory: ./backend run: make check