Skip to content

Commit 29268fe

Browse files
committed
Chore: CI
1 parent 6e35d7a commit 29268fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/rust.yml

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
name: Test Suite
4848
runs-on: ubuntu-latest
4949
steps:
50+
- name: Install Dependencies
51+
run: |
52+
sudo apt-get -y install libgtk-3-dev libatk1.0-dev
5053
- uses: actions/checkout@v2
5154
- uses: actions-rs/toolchain@v1
5255
with:
@@ -79,6 +82,9 @@ jobs:
7982
name: Clippy
8083
runs-on: ubuntu-latest
8184
steps:
85+
- name: Install Dependencies
86+
run: |
87+
sudo apt-get -y install libgtk-3-dev libatk1.0-dev
8288
- uses: actions/checkout@v2
8389
- uses: actions-rs/toolchain@v1
8490
with:

0 commit comments

Comments
 (0)