Skip to content

Commit

Permalink
chore(ci): fix Spellcheck install libclang version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jan 6, 2025
1 parent 1fad684 commit 6b2c822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install cargo-spellcheck
run: |
sudo apt-get install libclang-dev
export LIBCLANG_PATH=/usr/lib/llvm-14/lib/
export LIBCLANG_PATH=/usr/lib/llvm-18/lib/
cargo install cargo-spellcheck
- name: Run cargo-spellcheck
Expand Down

0 comments on commit 6b2c822

Please sign in to comment.