From 5dbcf211ef1a157586454bd5316ef3f7f93018c4 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Tue, 27 Aug 2019 03:36:30 +0200
Subject: Install `libasound2-dev` on GitHub CI

---
 .github/workflows/integration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.github')

diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 3b74cc80..a1e98f9d 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -15,7 +15,7 @@ jobs:
       if: matrix.os == 'ubuntu-latest'
       run: |
         sudo apt-get -qq update
-        sudo apt-get install -y libudev-dev
+        sudo apt-get install -y libasound2-dev libudev-dev
     - uses: actions/checkout@master
     - name: Run tests
       run: cargo test --verbose
-- 
cgit