From cdfe121a43023ece3029ffc203b04cc98cf7cd27 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 20 Mar 2026 13:44:13 +0100 Subject: [PATCH] print versions --- .github/workflows/verify.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 154f9be..5141491 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,6 +12,10 @@ 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 - name: check