Skip to content

Commit 7519128

Browse files
committed
test: switch toolchain to stable
1 parent 72ff542 commit 7519128

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: rui314/setup-mold@v1
64-
- uses: dtolnay/rust-toolchain@nightly
65-
with:
66-
toolchain: 'nightly'
64+
- uses: dtolnay/rust-toolchain@stable
6765
- uses: Swatinem/rust-cache@v2
6866
with:
6967
cache-on-failure: true

0 commit comments

Comments
 (0)