Skip to content
Snippets Groups Projects
Unverified Commit 49c20f1b authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

chore(ci): fix Spellcheck install libclang version (#289)

parent 1fad684b
Branches main
No related merge requests found
Pipeline #510760 passed with stage
in 17 minutes and 29 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment