Skip to content

Commit

Permalink
Added llvm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Jul 27, 2024
1 parent e9fec39 commit aa24714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: git-submodule-fix
run: git config --global protocol.file.allow always
- name: install libclang
run: sudo apt-get update && sudo apt-get install libclang-dev
run: sudo apt-get update && sudo apt-get install llvm llvm-dev llvm-runtime libclang-dev
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit aa24714

Please sign in to comment.