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