Skip to content

Commit 6cfe5bd

Browse files
committed
Attempt to fix CI
1 parent ae963ac commit 6cfe5bd

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
profile: minimal
2222
toolchain: nightly
23-
override: true
2423

2524
- name: Build documentation
2625
uses: actions-rs/cargo@v1

.github/workflows/grcov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
with:
3131
profile: minimal
3232
toolchain: ${{ matrix.toolchain }}
33-
override: true
3433

3534
- name: Install grcov
3635
uses: actions-rs/[email protected]

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
profile: minimal
2828
toolchain: nightly
29-
override: true
3029
components: rustfmt
3130

3231
- name: Run rustfmt
@@ -47,7 +46,6 @@ jobs:
4746
with:
4847
profile: minimal
4948
toolchain: nightly
50-
override: true
5149
components: clippy
5250

5351
- name: Run clippy

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
profile: minimal
2020
toolchain: nightly
21-
override: true
2221

2322
- name: Publish
2423
uses: actions-rs/cargo@v1

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
profile: minimal
3333
toolchain: ${{ matrix.toolchain }}
34-
override: true
3534

3635
- name: Build
3736
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)