We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ae15 commit d45f5dbCopy full SHA for d45f5db
.github/workflows/rust.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Install alsa
11
- run: sudo apt-get install libasound2-dev
+ run: sudo apt-get install libasound2-dev libgtk-3-dev
12
- name: Build
13
run: cargo build --release --verbose
14
- name: Run tests
0 commit comments