Skip to content

Commit 93cfd18

Browse files
authored
Merge pull request #1171 from EnergySystemsModellingLab/fix-missing-rust-for-pre-commit-autoupdate-workflow
Fix: Ensure Rust toolchain is present for `pre-commit-autoupdate` workflow
2 parents 04b86f7 + 692a3f0 commit 93cfd18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
persist-credentials: false
1919
- uses: actions/setup-python@v5
20+
- uses: actions-rust-lang/setup-rust-toolchain@v1
2021
- uses: browniebroke/pre-commit-autoupdate-action@main
2122
- uses: peter-evans/create-pull-request@v7
2223
with:

0 commit comments

Comments
 (0)