]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: move comment to the right place
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 26 Nov 2024 01:19:38 +0000 (02:19 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 26 Nov 2024 05:12:46 +0000 (06:12 +0100)
.github/workflows/build.yml

index 2044f7bba405725e0f2aeed91e9db84a939aa76c..abaaa8d95f955553524771ef4c6cb8ae57e816f8 100644 (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: |