CI: move comment to the right place

This commit is contained in:
Consolatis 2024-11-26 02:19:38 +01:00
parent 9989efe0f4
commit 6b5ca781db

View file

@ -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: |