We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e35d7a commit 29268feCopy full SHA for 29268fe
.github/workflows/rust.yml
@@ -47,6 +47,9 @@ jobs:
47
name: Test Suite
48
runs-on: ubuntu-latest
49
steps:
50
+ - name: Install Dependencies
51
+ run: |
52
+ sudo apt-get -y install libgtk-3-dev libatk1.0-dev
53
- uses: actions/checkout@v2
54
- uses: actions-rs/toolchain@v1
55
with:
@@ -79,6 +82,9 @@ jobs:
79
82
name: Clippy
80
83
81
84
85
86
87
88
89
90
0 commit comments