Skip to content

Commit 4fcc30f

Browse files
authored
Fix CI (#20)
1 parent 1de428c commit 4fcc30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@stable
20+
with:
21+
components: rustfmt, clippy
2022

2123
- name: Cache Cargo registry + build
2224
uses: actions/cache@v4

0 commit comments

Comments
 (0)