feat: Add conan lockfile (#2220)

This commit is contained in:
Ayaz Salikhov
2025-06-13 13:51:59 +01:00
committed by GitHub
parent 3d0e722176
commit ac5fcc7f4b
5 changed files with 75 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ on:
- CMakeLists.txt
- conanfile.py
- conan.lock
- "cmake/**"
- "src/**"
- "tests/**"

View File

@@ -19,6 +19,7 @@ on:
- CMakeLists.txt
- conanfile.py
- conan.lock
- "cmake/**"
# We don't run sanitizer on code change, because it takes too long
# - "src/**"