Skip to content

Commit 353a37f

Browse files
committed
fix: Fixed errors in CI workflow
1 parent 20e1048 commit 353a37f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: dtolnay/rust-toolchain@master
2727
with:
2828
toolchain: ${{ matrix.rust-version }}
29+
components: rustfmt, clippy
2930

3031
- name: Cache Rust dependencies
3132
uses: actions/cache@v3
@@ -86,6 +87,7 @@ jobs:
8687
uses: dtolnay/rust-toolchain@master
8788
with:
8889
toolchain: stable
90+
components: rustfmt, clippy
8991

9092
- name: Install maturin
9193
run: pip install maturin

0 commit comments

Comments
 (0)