Skip to content

Commit 0433269

Browse files
committed
.github/workflows/build.yml: add clang build
1 parent a41cd51 commit 0433269

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
ldflags:
4747
packages: g++-10
4848
meson_options: --force-fallback-for=fmt
49+
- compiler: clang
50+
os: ubuntu-24.04
51+
cc: clang
52+
cxx: clang++
53+
ldflags: -fuse-ld=lld
54+
packages: clang lld
55+
meson_options: --force-fallback-for=fmt
4956

5057
runs-on: ${{ matrix.os }}
5158

0 commit comments

Comments
 (0)