Skip to content

Commit fb69f55

Browse files
committed
Intall last nightly with working clippy
1 parent 9dcefa0 commit fb69f55

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,11 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@master
54-
55-
- id: component
56-
uses: actions-rs/components-nightly@v1
57-
with:
58-
component: rustfmt
59-
6054
- uses: actions-rs/toolchain@v1
6155
with:
62-
toolchain: ${{ steps.component.outputs.toolchain }}
63-
override: true
64-
65-
- name: setup
66-
run: |
67-
rustup component add rustfmt
68-
rustc --version
56+
toolchain: nightly
57+
components: rustfmt, clippy
58+
override: true
6959

7060
- name: fmt
7161
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)