Skip to content

Commit 8c2bd36

Browse files
committed
Fix yaml
1 parent 9d76f31 commit 8c2bd36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
os:
2020
- ubuntu-latest
2121
- windows-latest
22-
toolchain:
23-
- stable
24-
- 1.67.1
22+
toolchain:
23+
- stable
24+
- 1.67.1
2525
steps:
2626
- uses: actions/checkout@v4
2727
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
@@ -57,9 +57,9 @@ jobs:
5757
rust:
5858
- stable
5959
- beta
60-
toolchain:
61-
- stable
62-
- 1.67.1
60+
toolchain:
61+
- stable
62+
- 1.67.1
6363
steps:
6464
- uses: actions/checkout@v4
6565
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)