From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:19:38 +0000 (+0100) Subject: CI: move comment to the right place X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=6b5ca781db3959a4597a4e5dcc851bfaca2b6b79;p=proto%2Flabwc.git CI: move comment to the right place --- 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: |