Skip to content

Commit d45f5db

Browse files
committed
Add gtk to github action build
1 parent 034ae15 commit d45f5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Install alsa
11-
run: sudo apt-get install libasound2-dev
11+
run: sudo apt-get install libasound2-dev libgtk-3-dev
1212
- name: Build
1313
run: cargo build --release --verbose
1414
- name: Run tests

0 commit comments

Comments
 (0)