Skip to content

Commit

Permalink
try winlibs for windows LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Oct 23, 2023
1 parent 51dc627 commit 7137734
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
if: (!startsWith(matrix.os,'windows'))
uses: egor-tensin/setup-clang@v1.4

- name: Install LLVM (chocolatey)
- name: Install LLVM (winlibs)
if: startsWith(matrix.os,'windows')
run: |
choco install llvm
uses: bwoodsend/setup-winlibs-action@v1
with:
with_clang: true

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 7137734

Please sign in to comment.