Skip to content

Commit 5a5e08c

Browse files
Junha Yangjunha1
Junha Yang
authored andcommitted
Use stable for CI
1 parent cd873f6 commit 5a5e08c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 1
1313
- uses: actions-rs/toolchain@v1
1414
with:
15-
toolchain: nightly
15+
toolchain: stable
1616
components: clippy
1717
profile: minimal
1818
override: true
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 1
2929
- uses: actions-rs/toolchain@v1
3030
with:
31-
toolchain: nightly
31+
toolchain: stable
3232
components: rustfmt
3333
profile: minimal
3434
override: true
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 1
4747
- uses: actions-rs/toolchain@v1
4848
with:
49-
toolchain: 1.45.2
49+
toolchain: stable
5050
profile: minimal
5151
- run: cargo fetch --verbose
5252
- run: cargo build

0 commit comments

Comments
 (0)