generated from PlexSheep/baserepo
Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
cargo devel CI / cargo CI (push) Failing after 1m30s
Details
cargo devel CI / cargo CI (push) Failing after 1m30s
Details
This commit is contained in:
commit
492cedf5cc
|
@ -22,6 +22,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
|
- name: install python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- name: config custom registry
|
- name: config custom registry
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.cargo/
|
mkdir -p ~/.cargo/
|
||||||
|
|
Reference in New Issue