add some deps to the CI
cargo devel CI / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-08-22 13:50:43 +02:00
parent 7896be1e2a
commit 5e426585b4
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 additional dependencies
run: |
apt update -y
apt install libgtk-3-dev librust-atk-dev -y
- name: config custom registry
run: |
mkdir -p ~/.cargo/