diff options
author | 2019-08-27 03:36:30 +0200 | |
---|---|---|
committer | 2019-08-27 03:36:30 +0200 | |
commit | 5dbcf211ef1a157586454bd5316ef3f7f93018c4 (patch) | |
tree | b51be076b5fe20293cb19e5b81a522770cb809eb /.github | |
parent | 5da6bc7f2be4f2f1e08c58f83c0d001f0f4ad756 (diff) | |
download | iced-5dbcf211ef1a157586454bd5316ef3f7f93018c4.tar.gz iced-5dbcf211ef1a157586454bd5316ef3f7f93018c4.tar.bz2 iced-5dbcf211ef1a157586454bd5316ef3f7f93018c4.zip |
Install `libasound2-dev` on GitHub CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |