Skip to content

Commit a30bdaf

Browse files
committed
fix(ci): Fix pipeline
1 parent 698f1a4 commit a30bdaf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/checkout@v6
1414
- name: Install Rust toolchain
1515
uses: dtolnay/rust-toolchain@nightly
16+
with:
17+
components: clippy
1618
- name: Build
1719
run: cargo build
1820
- name: Test
@@ -41,6 +43,8 @@ jobs:
4143
uses: actions/checkout@v6
4244
- name: Install Rust toolchain
4345
uses: dtolnay/rust-toolchain@nightly
46+
with:
47+
components: clippy
4448
- name: Build
4549
run: cargo build
4650
- name: Test

0 commit comments

Comments
 (0)