Skip to content

Commit b62f847

Browse files
committed
ci: use stable for cbindgen/ensure-header-updated task
1 parent 16976e2 commit b62f847

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,8 @@ jobs:
271271
with:
272272
persist-credentials: false
273273

274-
- name: Install nightly rust toolchain
275-
uses: dtolnay/rust-toolchain@nightly
276-
with:
277-
# TODO(XXX): remove toolchain pinning once upstream issue is resolved:
278-
# https://github.com/rust-lang/rust/issues/139715
279-
toolchain: nightly-2025-03-25
274+
- name: Install stable rust toolchain
275+
uses: dtolnay/rust-toolchain@stable
280276

281277
- name: Install cbindgen
282278
# Pin the installed version of cbindgen so that local usage can be

0 commit comments

Comments
 (0)