Skip to content

Commit 4958f48

Browse files
committed
fix ci
1 parent e1aa38d commit 4958f48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
toolchain: ${{ matrix.rust }}
3434
profile: minimal
35+
override: true
3536
components: clippy
3637

3738
- name: Cache
@@ -62,6 +63,7 @@ jobs:
6263
with:
6364
toolchain: stable
6465
profile: minimal
66+
override: true
6567
components: rustfmt
6668

6769
- name: Run rustfmt
@@ -78,6 +80,7 @@ jobs:
7880
with:
7981
toolchain: stable
8082
profile: minimal
83+
override: true
8184

8285
- name: Cache
8386
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)