generated from PlexSheep/baserepo
Compare commits
2 commits
492cedf5cc
...
d7677e2363
Author | SHA1 | Date | |
---|---|---|---|
d7677e2363 | |||
c41328d093 |
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
|
- name: install python
|
||||||
|
run: apt update && apt install libpython3-dev -y
|
||||||
- name: config custom registry
|
- name: config custom registry
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.cargo/
|
mkdir -p ~/.cargo/
|
||||||
|
|
Reference in a new issue