Skip to content

Commit d335f30

Browse files
committed
ci: add Rust toolchain to update-homebrew job
The post-release job runs `cargo update --workspace` but never installs a Rust toolchain. The project requires edition 2024 / rust-version 1.88.0, which the runner's pre-installed cargo likely doesn't support. Add dtolnay/rust-toolchain@stable.
1 parent 8b67679 commit d335f30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
with:
9292
ref: main
9393

94+
- uses: dtolnay/rust-toolchain@stable
95+
9496
- name: Update Homebrew formula
9597
run: scripts/update-formula.sh ${{ github.ref_name }}
9698

0 commit comments

Comments
 (0)