add some deps to the CI
cargo devel CI / cargo CI (push) Has been cancelled
Details
cargo devel CI / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
7896be1e2a
commit
5e426585b4
|
@ -22,6 +22,10 @@ jobs:
|
|||
run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
- name: install additional dependencies
|
||||
run: |
|
||||
apt update -y
|
||||
apt install libgtk-3-dev librust-atk-dev -y
|
||||
- name: config custom registry
|
||||
run: |
|
||||
mkdir -p ~/.cargo/
|
||||
|
|
Loading…
Reference in New Issue