Skip to content

Commit 73ba2a4

Browse files
authored
Added libadwaita to CI/CD
1 parent f5d50f2 commit 73ba2a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
pip install --user pre-commit
3636
sudo apt install -y libgtk-3-dev
3737
sudo apt install -y libgtk-4-dev
38+
sudo apt install -y libadwaita-1-dev
3839
- name: Run cargo fmt
3940
uses: actions-rs/cargo@v1
4041
with:
@@ -63,6 +64,7 @@ jobs:
6364
pip install --user pre-commit
6465
sudo apt install -y libgtk-3-dev
6566
sudo apt install -y libgtk-4-dev
67+
sudo apt install -y libadwaita-1-dev
6668
- name: Run Build for Linux
6769
uses: actions-rs/cargo@v1
6870
with:
@@ -86,6 +88,7 @@ jobs:
8688
pip install --user pre-commit
8789
sudo apt install -y libgtk-3-dev
8890
sudo apt install -y libgtk-4-dev
91+
sudo apt install -y libadwaita-1-dev
8992
- name: Run cargo test -no-run
9093
uses: actions-rs/cargo@v1
9194
with:
@@ -115,6 +118,7 @@ jobs:
115118
pip install --user pre-commit
116119
sudo apt install -y libgtk-3-dev
117120
sudo apt install -y libgtk-4-dev
121+
sudo apt install -y libadwaita-1-dev
118122
- name: Generate coverage
119123
# runs cargo with defaults flags, using the default `lcov` output
120124
uses: Swatinem/fucov@v1

0 commit comments

Comments
 (0)