add some deps to the CI
cargo devel CI / cargo CI (push) Successful in 9m40s Details

This commit is contained in:
Christoph J. Scherr 2024-08-22 13:50:43 +02:00
parent 7896be1e2a
commit 22505d6d96
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,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/

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/