Skip to content

Commit 584228b

Browse files
Try again
1 parent cc2fc00 commit 584228b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ jobs:
3535
uses: dtolnay/rust-toolchain@stable
3636
with:
3737
targets: aarch64-apple-darwin, x86_64-apple-darwin
38-
toolchain: stable, nightly
38+
toolchain: stable nightly
3939

4040
- name: Install Rust for Windows
4141
if: matrix.os == 'windows-latest'
4242
uses: dtolnay/rust-toolchain@stable
4343
with:
44-
toolchain: stable, nightly
44+
toolchain: stable nightly
4545

4646
- name: Install Rust for Linux
4747
if: matrix.os == 'ubuntu-latest'
4848
uses: dtolnay/rust-toolchain@stable
4949
with:
5050
targets: x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-musl
51-
toolchain: stable, nightly
51+
toolchain: stable nightly
5252

5353
- name: Install Linux dependencies
5454
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)