Skip to content

Commit 1d53490

Browse files
committed
CI: tentatively enable LLVM through vcpkg
1 parent 50aae65 commit 1d53490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
run: |
9090
echo "CMAKE_PLATFORM_SPECIFIC_ARGS=${{ env.CMAKE_PLATFORM_SPECIFIC_ARGS }} -DLLVM_DIR=/usr/lib/llvm-14/cmake" >> $GITHUB_ENV
9191
92-
- name: Install json-c (vcpkg)
92+
- name: Install json-c, LLVM and Clang (vcpkg)
9393
if: startsWith(matrix.os,'windows')
9494
run: |
95-
vcpkg install json-c
95+
vcpkg install json-c llvm llvm[clang]
9696
echo "CMAKE_PLATFORM_SPECIFIC_ARGS=-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" >> "$env:GITHUB_ENV"
9797
9898
- name: Configure CMake

0 commit comments

Comments
 (0)