Compare commits

..

2 commits

Author SHA1 Message Date
d7677e2363 Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-05-12 17:38:57 +02:00
c41328d093 ci install python
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m56s
2024-05-12 17:38:52 +02:00

View file

@ -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/