Skip to content

Commit a1eccbb

Browse files
committed
Doc CI to use stable rust
1 parent 849778d commit a1eccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
runs-on: ubuntu-latest
133133
steps:
134134
- uses: actions/checkout@v4
135-
- uses: dtolnay/rust-toolchain@nightly
135+
- uses: dtolnay/rust-toolchain@stable
136136
with:
137137
components: rustfmt
138138
- uses: arduino/setup-protoc@v3

0 commit comments

Comments
 (0)