Skip to content

Commit 9aae906

Browse files
authored
Merge pull request #21 from yoshuawuyts/fix-ci
Intall last nightly with working clippy
2 parents 9dcefa0 + 7d4cd83 commit 9aae906

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macOS-latest]
19+
os: [ubuntu-latest, macOS-latest]
2020
rust: [nightly]
2121

2222
steps:
@@ -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)