This commit is contained in:
parent
4fb890aa37
commit
32afdabf0a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
- name: Install Rust dependencies
|
- name: Install Rust dependencies
|
||||||
run: cargo fetch
|
run: cargo fetch
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue