Skip to content

Commit 82c2064

Browse files
chore: Try updating nightly build (#1270)
1 parent baca253 commit 82c2064

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,7 @@ jobs:
423423
- name: Install Rust toolchain
424424
uses: dtolnay/rust-toolchain@master
425425
with:
426-
toolchain: nightly-2025-01-24
427-
# Pinning to specific nightly build for now. More recent versions
428-
# (not sure of start date) cause linker problems with OpenSSL native
429-
# code on Mac and Windows, but only when built with minimal dependencies.
430-
# Problem discovered on 2025-01-27.
431-
# TO DO: Investigate and file bugs if necessary against rust-lang.
426+
toolchain: nightly-2025-07-28
432427

433428
- name: Cache Rust dependencies
434429
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)