Skip to content

Commit c911c07

Browse files
committed
ci: pin nightly version to avoid upstream regression
1 parent 7abb052 commit c911c07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ jobs:
271271

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

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

0 commit comments

Comments
 (0)