diff options
| author | Christoph Reiter <reiter.christoph@gmail.com> | 2025-05-19 22:20:59 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-05-20 11:39:53 -0400 |
| commit | 8f767cdab38085bc27d79075548a3b7480c5634c (patch) | |
| tree | 587fe591d7cd42851dab32c5cb99fc45ed418549 /.github | |
| parent | c85c5f488782a1365c5fbc5f9c69c4b722ed0a24 (diff) | |
| download | meson-8f767cdab38085bc27d79075548a3b7480c5634c.tar.gz | |
CI: always install llvm for MSYS2
Due to some recent package splits llvm is no longer installed
when clang is installed and the meson test suite was depending
on the transitive dependency.
Instead explicitly install llvm in all cases.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/msys2.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 9101e6b9d..8c7b2e5e2 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -85,6 +85,7 @@ jobs: mingw-w64-${{ matrix.MSYS2_ARCH }}-python-pip mingw-w64-${{ matrix.MSYS2_ARCH }}-python-fastjsonschema mingw-w64-${{ matrix.MSYS2_ARCH }}-objfw + mingw-w64-${{ matrix.MSYS2_ARCH }}-llvm mingw-w64-${{ matrix.MSYS2_ARCH }}-${{ matrix.TOOLCHAIN }} - name: Install dependencies |
