Merge pull request #97 from PR0M3TH3AN/codex/fix-missing-components-on-windows-runner

Fix Windows CI toolchain
This commit is contained in:
thePR0M3TH3AN
2025-05-26 20:19:35 -04:00
committed by GitHub
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()
}
}