Fix CI pipeline compatibility issues

- Downgrade Cargo.lock to version 3 for older CI Cargo compatibility
- Add YARA library installation to all Linux CI jobs
- Install libyara-dev before build, test, and clippy steps
This commit is contained in:
pandaadir05
2025-11-21 01:24:17 +02:00
parent 30c144bbb2
commit d5e39529fa
2 changed files with 10 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
version = 3
[[package]]
name = "aho-corasick"