Fix missing python dependencies
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -21,6 +21,11 @@ jobs:
|
||||
toolchain: nightly
|
||||
target: thumbv7em-none-eabi
|
||||
override: true
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- run: python -m pip install --upgrade pip setuptools wheel
|
||||
- run: ./setup.sh
|
||||
|
||||
cargo_format_src:
|
||||
|
||||
Reference in New Issue
Block a user