Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Fix CI on linux #44

Closed
wants to merge 1 commit into from
Closed

Fix CI on linux #44

wants to merge 1 commit into from

Conversation

IoaNNUwU
Copy link

@IoaNNUwU IoaNNUwU commented Oct 4, 2023

  • CI failure is caused by different libclang versions (especially libclang-15). I suppose they provide different versions of same header file
  • Problem can be fixed by adding sudo apt remove libclang1-15 to build_linux and cargo clippy jobs, but there should be better solution
  • I was unable to find a way to deal with dependencies on Windows

- CI failure is caused by different libclang1 versions.
- Problem can be fixed by adding `sudo apt remove libclang1-15` to `build_linux` and `cargo clippy` jobs.
@bennetthardwick
Copy link
Owner

Thanks for this - I incorporated this change as part of #48.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants