mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: move comment to the right place
This commit is contained in:
parent
9989efe0f4
commit
6b5ca781db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue