From 6b5ca781db3959a4597a4e5dcc851bfaca2b6b79 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:19:38 +0100 Subject: [PATCH] CI: move comment to the right place --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2044f7bb..abaaa8d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,8 +166,6 @@ jobs: meson compile -C build-gcc-static_analyzer ' | $TARGET - - # Runtime tests, these run on Debian and Void only (the later due to libmusl being used) - name: Build with clang - release run: | echo ' @@ -178,6 +176,8 @@ jobs: meson compile -C build-clang-release ' | $TARGET + # Runtime tests, these run on Debian and Void only (the later due to libmusl being used) + - name: Build with gcc - runtime test if: matrix.name == 'Debian' run: | -- 2.52.0