Now that there are github dependencies which need to be built, include rust toolchain in ruff github action.

pull/3586/head
derekpierre 2025-03-24 16:09:55 -04:00
parent 4803827426
commit 0cedfb732b
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install latest Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Set up Python
uses: actions/setup-python@v4
with: