Skip to content

Commit 17b3e38

Browse files
committed
Set tru as override for workflow
1 parent 1f29143 commit 17b3e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
toolchain: ${{ matrix.rust }}
4747
default: true
48-
override: false
48+
override: true
4949
profile: minimal
5050
components: clippy
5151

@@ -101,7 +101,7 @@ jobs:
101101
toolchain: ${{ matrix.rust }}
102102
profile: minimal
103103
default: true
104-
override: false
104+
override: true
105105
target: x86_64-unknown-linux-musl
106106

107107
- name: Setup MUSL
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions-rs/toolchain@v1
130130
with:
131131
toolchain: stable
132-
override: false
132+
override: true
133133
components: rustfmt
134134

135135
- run: cargo fmt -- --check

0 commit comments

Comments
 (0)