Skip to content

Commit

Permalink
ci: Install LLVM and Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 24, 2023
1 parent 0a56d33 commit d05387a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Install latest CMake and Ninja
uses: lukka/[email protected]

- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "16.0"

- name: vcpkg build
uses: johnwason/vcpkg-action@v5
id: vcpkg
Expand Down

0 comments on commit d05387a

Please sign in to comment.