move .config to the top level in order to have rusqlite dep built identically across multiple projects

This commit is contained in:
Nikita Sivukhin
2025-02-15 14:54:19 +04:00
parent ac263fa5a8
commit 32ec8f64d5
2 changed files with 0 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v1-rust" # can be updated if we need to reset caches due to non-trivial change in the dependencies (for example, custom env var were set for single workspace project)
- name: Set up Python 3.10
uses: actions/setup-python@v5
with: