ci install python
cargo devel CI / cargo CI (push) Failing after 1m31s Details

This commit is contained in:
Christoph J. Scherr 2024-05-12 17:36:26 +02:00
parent 7f45020511
commit 401faca4db
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ jobs:
run: |
rustup component add rustfmt
rustup component add clippy
- name: install python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: config custom registry
run: |
mkdir -p ~/.cargo/