Fix Windows CI toolchain

This commit is contained in:
thePR0M3TH3AN
2025-05-26 20:19:24 -04:00
parent 477cd04f96
commit 9145008d64
2 changed files with 1 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ jobs:
toolchain: stable
override: true
profile: minimal
components: rustfmt, clippy
- name: Check formatting
run: cargo fmt -- --check

View File

@@ -77,4 +77,3 @@ pub fn to_db_path<P: AsRef<Path>>(p: P) -> String {
s.into_owned()
}
}