Compare commits

...

2 commits

Author SHA1 Message Date
492cedf5cc Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m30s
2024-05-12 17:36:41 +02:00
401faca4db ci install python
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m31s
2024-05-12 17:36:26 +02:00

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/