File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 35
35
pip install --user pre-commit
36
36
sudo apt install -y libgtk-3-dev
37
37
sudo apt install -y libgtk-4-dev
38
+ sudo apt install -y libadwaita-1-dev
38
39
- name : Run cargo fmt
39
40
uses : actions-rs/cargo@v1
40
41
with :
63
64
pip install --user pre-commit
64
65
sudo apt install -y libgtk-3-dev
65
66
sudo apt install -y libgtk-4-dev
67
+ sudo apt install -y libadwaita-1-dev
66
68
- name : Run Build for Linux
67
69
uses : actions-rs/cargo@v1
68
70
with :
86
88
pip install --user pre-commit
87
89
sudo apt install -y libgtk-3-dev
88
90
sudo apt install -y libgtk-4-dev
91
+ sudo apt install -y libadwaita-1-dev
89
92
- name : Run cargo test -no-run
90
93
uses : actions-rs/cargo@v1
91
94
with :
@@ -115,6 +118,7 @@ jobs:
115
118
pip install --user pre-commit
116
119
sudo apt install -y libgtk-3-dev
117
120
sudo apt install -y libgtk-4-dev
121
+ sudo apt install -y libadwaita-1-dev
118
122
- name : Generate coverage
119
123
# runs cargo with defaults flags, using the default `lcov` output
120
124
uses : Swatinem/fucov@v1
You can’t perform that action at this time.
0 commit comments