Skip to content

Commit badf798

Browse files
hyperpolymathclaude
andcommitted
fix(ci): re-pin rust-ci-reusable past toolchain-input breakage
Re-pins rust-ci-reusable.yml from d135b05bfc647d0c0fbfedc7e80f37ea50f49236 (pre-fix) to 412a7031577112b31ee287cc6060179d638d6500 (standards main). The old SHA predates standards#439, which added the mandatory `toolchain: stable` input to the SHA-pinned dtolnay/rust-toolchain step. Without it, all four rust-ci jobs fail fast with `'toolchain' is a required input`. This restores Rust CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent a345046 commit badf798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ permissions:
1212
contents: read
1313
jobs:
1414
rust-ci:
15-
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
15+
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@412a7031577112b31ee287cc6060179d638d6500

0 commit comments

Comments
 (0)