Skip to content

Commit

Permalink
install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrit committed Jun 7, 2024
1 parent 31181ae commit 552da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: ${{github.workspace}}/frontend

- name: Install ninja on windows
run: choco install ninja
run: choco install ninja llvm
if: runner.os == 'Windows'

- name: Build and test
Expand Down

0 comments on commit 552da31

Please sign in to comment.