We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5466076 commit 67824c7Copy full SHA for 67824c7
.github/workflows/ci.yml
@@ -64,11 +64,9 @@ jobs:
64
uses: actions/checkout@v3
65
66
- name: Install Rust
67
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@v1
68
with:
69
- override: true
70
toolchain: ${{ matrix.rust }}
71
- profile: minimal
72
73
- name: Install and configure Cross
74
if: matrix.target != ''
@@ -163,11 +161,9 @@ jobs:
163
161
- name: Checkout repository
164
162
165
166
167
168
169
toolchain: stable
170
171
components: rustfmt
172
- name: Check formatting
173
run: |
0 commit comments