mirror of https://github.com/nucypher/nucypher.git
Now that there are github dependencies which need to be built, include rust toolchain in ruff github action.
parent
4803827426
commit
0cedfb732b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue