This commit is contained in:
parent
7896be1e2a
commit
5e426585b4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cargo.yaml
vendored
4
.github/workflows/cargo.yaml
vendored
|
@ -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…
Add table
Reference in a new issue