Skip to content

Commit

Permalink
Use required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 7, 2024
1 parent 4c7c8e6 commit e4e696a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Install libclang-dev
run: sudo apt install libclang-dev
- name: Install packages
run: sudo apt install libclang libclang-dev llvm
shell: bash
- name: Install cargo toolchains for windows
if: ${{ contains(matrix.settings.target, 'msvc') }}
Expand Down

0 comments on commit e4e696a

Please sign in to comment.